mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Update iNB.sh
This commit is contained in:
4
iNB.sh
4
iNB.sh
@@ -17,6 +17,7 @@ if [ ! -e /tmp/main.zip ]; then
|
|||||||
fi
|
fi
|
||||||
unzip -qn ./neoboot.zip
|
unzip -qn ./neoboot.zip
|
||||||
rm -f /tmp/neoboot.zip
|
rm -f /tmp/neoboot.zip
|
||||||
|
[ -e /tmp/main.zip ] && rm -rf /tmp/main.zip
|
||||||
#kopiowanie
|
#kopiowanie
|
||||||
[ $PL ] && echo "Instalowanie..." || echo "Instaling..."
|
[ $PL ] && echo "Instalowanie..." || echo "Instaling..."
|
||||||
Cel="/usr/lib/enigma2/python/Plugins/Extensions"
|
Cel="/usr/lib/enigma2/python/Plugins/Extensions"
|
||||||
@@ -27,7 +28,8 @@ cd $Cel/NeoBoot
|
|||||||
chmod 755 ./bin/*
|
chmod 755 ./bin/*
|
||||||
chmod 755 ./ex_init.py
|
chmod 755 ./ex_init.py
|
||||||
chmod 755 ./files/*.sh
|
chmod 755 ./files/*.sh
|
||||||
chmod -R +x ./ubi_reader/*
|
chmod -R +x ./ubi_reader_arm/*
|
||||||
|
chmod -R +x ./ubi_reader_mips/*
|
||||||
if [ $PL ] ; then
|
if [ $PL ] ; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "#####################################################"
|
echo "#####################################################"
|
||||||
|
|||||||
Reference in New Issue
Block a user