From 95e65988a69d6adc8029ca796f4ac7f33d7c84cb Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 6 Dec 2021 11:47:28 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iNB.sh b/iNB.sh index 6a6b1a1..1470707 100644 --- a/iNB.sh +++ b/iNB.sh @@ -28,6 +28,9 @@ Cel="/usr/lib/enigma2/python/Plugins/Extensions" if [ -e $Cel/NeoBoot/.location ]; then rm -rf $Cel/NeoBoot/.location fi +if [ -e $Cel/NeoBoot/plugin.py ]; then + chattr -i /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.py; chattr -i /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.pyo +fi [ $PL ] && echo "Instalowanie..." || echo "Instaling..." [ -e $Cel/NeoBoot ] && rm -rf $Cel/NeoBoot/* || mkdir -p $Cel/NeoBoot mv -f /tmp/neoboot-main/NeoBoot/files/testinout /usr/lib/enigma2/python/Tools/Testinout.py