Manual installation of a single (bin) file
Version vom 23. September 2013, 20:06 Uhr von Bschaar (Diskussion | Beiträge)
- auf Deutsch | - in English |
To manually install/upgrade a file on the Dreambox you need to copy the file in question via FTP (etc..) to your Dreambox (note that programs are normally stored under /usr/bin). After copying you need to make sure that the file has the correct permissions:
- Login to your Dreambox via Telnet
- Change permission via chmod
chmod 755 /usr/bin/unrar
This examples shows how the program"unrar" in "/usr/bin" gets the correct executable permissions.
This instruction can also be used for scripts you want to execute on your dreambox. |