Update iNB.sh

This commit is contained in:
gutosie
2020-01-07 11:58:00 +02:00
committed by GitHub
parent 28dc16e932
commit a54039c328

4
iNB.sh
View File

@@ -21,8 +21,8 @@ rm -f /tmp/neoboot.zip
[ $PL ] && echo "Instalowanie..." || echo "Instaling..."
Cel="/usr/lib/enigma2/python/Plugins/Extensions"
[ -e $Cel/NeoBoot ] && rm -rf $Cel/NeoBoot/* || mkdir -p $Cel/NeoBoot
mv -f /tmp/neoboot-master/NeoBoot/* $Cel/NeoBoot
[ -e /tmp/neoboot-master ] && rm -rf /tmp/neoboot-master
mv -f /tmp/NeoBoot_VuUltimo4K-master/NeoBoot/* $Cel/NeoBoot
[ -e /tmp/NeoBoot_VuUltimo4K-master ] && rm -rf /tmp/NeoBoot_VuUltimo4K-master
cd $Cel/NeoBoot
chmod 755 ./bin/*
chmod 755 ./ex_init.py