From 0de885e1d2a042477050d12367dd776bf05de508 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 13 Jan 2023 19:18:35 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/iNB.sh b/iNB.sh index d93420a..b4fb4f5 100644 --- a/iNB.sh +++ b/iNB.sh @@ -24,19 +24,6 @@ if [ ! -e /.multinfo ]; then URL='https://github.com/gutosie/neoboot/archive/main.zip' curl -kLs $URL -o /tmp/neoboot.zip Cel="/usr/lib/enigma2/python/Plugins/Extensions" - if [ $BOXHOSTNAME = "dm500hd" ] || [ $BOXHOSTNAME = "dm800se" ] || [ $BOXHOSTNAME = "dm800" ] || [ $BOXHOSTNAME = "dm8000" ]; then - break; - else - if [ -e $Cel/NeoBoot/plugin.py ]; then - chattr -i /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.py - fi - if [ -e $Cel/NeoBoot/plugin.pyo ]; then - chattr -i /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.pyo - fi - if [ -e /usr/lib/periodon/.activatedmac ]; then - chattr -i /usr/lib/periodon/.activatedmac; rm -f /usr/lib/periodon/.activatedmac - fi - fi cd /tmp/ #pobieranie if [ ! -e /tmp/neoboot.zip ]; then