La team dev est entrain de regarder le problème.
Cependant le script permet juste de ne pas faire la manipulation manuellement vu qu'elle ne fonctionne pas.
Faites le manuellement
| #!/bin/bash |
| |
| echo "OGSTcase4recalbox installation starts... please wait" |
| |
| |
| mount -o remount rw, / |
| |
| |
| wget -q -nv -O /recalbox/share/system/OGSTcase4recalbox.zip https://www.dropbox.com/s/sbog5snit1hp3xi/OGSTcase4recalbox.zip |
| |
| |
| unzip -o -q /recalbox/share/system/OGSTcase4recalbox.zip -d /recalbox/share/system |
| |
| |
| rm -f OGSTcase4recalbox.zip |
| |
| |
| mv -f /recalbox/share/system/ffmpeg /usr/bin/ffmpeg |
| |
| |
| chmod +x /usr/bin/ffmpeg |
| |
| |
| chmod +x /recalbox/share/system/custom.sh |
| |
| |
| if [ -f /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py.bak ]; then |
| cp -f /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py.bak /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py |
| rm -f /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py.bak |
| fi |
| |
| |
| search="\ \ \ \ \ \ \ \ return runner.runCommand(command)" |
| insert=$'\ \ \ \ \ \ \ \ os.system("test -e \'/recalbox/share/system/custom.sh\' && /recalbox/share/system/custom.sh \'%s\' &"%system.name) # load tft logo' |
| sed -i.bak -e "/$search/i $insert" /usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py |
| |
| |
| python -c "import py_compile; py_compile.compile('/usr/lib/python2.7/site-packages/configgen/emulatorlauncher.py')" |
| |
| |
| rm -f install.sh |
| |
| echo "Installation done! Rebooting..." |
| sleep 3 |
| reboot |
Télécharger l'archive sur votre pc, décompresser : https://www.dropbox.com/s/sbog5snit1hp3xi/OGSTcase4recalbox.zip
monter la partition en écriture sur recalbox, transférer les fichiers dans les différentes dossiers.... bien sûr en faisant un backup des fichiers à remplacer si présent ou renommer les.