-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
507b285
commit 7eecb5d
Showing
21 changed files
with
2,278 additions
and
1,094 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Description: TVMagazineCockpit | ||
Maintainer: dream-alpha | ||
Package: enigma2-plugin-extensions-tvmagazinecockpit | ||
Version: 0.6.0 | ||
Version: 0.7.0 | ||
Architecture: all | ||
Depends: enigma2-plugin-skincomponents-extmultilistselection |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
<html> | ||
<body> | ||
<h1>TVMagazineCockpit Installation</h1> | ||
To install TVMagazineCockpit execute the following command in a telnet console on your dreambox: | ||
<p> | ||
wget https://dream-alpha.github.io/TVMagazineCockpit/tvmagazinecockpit.sh -O - | /bin/sh | ||
To install the TVMagazineCockpit plugin execute the following commands in a telnet console on your dreambox: | ||
<ul> | ||
<li>apt-get install wget (required the first time only) | ||
<li>wget https://dream-alpha.github.io/TVMagazineCockpit/tvmagazinecockpit.sh -O - | /bin/sh | ||
</ul> | ||
The installation script will also install a feed source that enables a convenient upgrade to the latest version with the following commands or automatically as part of a DreamOS upgrade: | ||
<ul> | ||
<li>apt-get update | ||
<li>apt-get upgrade | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.