dsayers
ViX Beta Tester
- Joined
- Mar 19, 2016
- Messages
- 1,871
- Reaction score
- 20
- Points
- 38
Install picon ipks via script
Hi im not sure where to put this thread so please move if you wish.
Im currently making a plugin to download picon ipks and place the picon folders in hdd and hdd/SkyQ for me this has been working fine ive had a few people test it and they get mv: cant rename '/picon' : No such file or directory. So I did a fresh flash of openatv and ran the script and get the same error that is when I remembered that I have updated wget to run a script for a skin.
Here are the scripts that im trying to run SNP version https://github.com/davesayers2014/Picon/blob/master/SNP_Picons/Dsayers_SNP_Picon_Updater.sh and SRP version https://github.com/davesayers2014/Picon/blob/master/SRP Picons/Dsayers_SRP_Picon_Updater.sh
The plugin is meant to download my script and run it and works fine after updating wget
Im hoping someone can make sense of it and work out why it wont work thanks
I would upload the ipks but the forum wont allow me?
Hi im not sure where to put this thread so please move if you wish.
Im currently making a plugin to download picon ipks and place the picon folders in hdd and hdd/SkyQ for me this has been working fine ive had a few people test it and they get mv: cant rename '/picon' : No such file or directory. So I did a fresh flash of openatv and ran the script and get the same error that is when I remembered that I have updated wget to run a script for a skin.
Here are the scripts that im trying to run SNP version https://github.com/davesayers2014/Picon/blob/master/SNP_Picons/Dsayers_SNP_Picon_Updater.sh and SRP version https://github.com/davesayers2014/Picon/blob/master/SRP Picons/Dsayers_SRP_Picon_Updater.sh
The plugin is meant to download my script and run it and works fine after updating wget
Code:
#!/bin/sh
#
echo Updating Package sources
eval opkg update
echo Updating wget component...
eval opkg install wget
echo Updating BASH shell...
eval opkg install bash
exit 0
Im hoping someone can make sense of it and work out why it wont work thanks
I would upload the ipks but the forum wont allow me?
Last edited: