From 3e7a1956c7d247593aec00aabcd1dea70f7b3fd4 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Feb 2021 14:28:58 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/iNB.sh b/iNB.sh index a5d600d..4eb6475 100644 --- a/iNB.sh +++ b/iNB.sh @@ -22,6 +22,7 @@ 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-main/NeoBoot/files/testinout /usr/lib/enigma2/python/Tools/Testinout.py mv -f /tmp/neoboot-main/NeoBoot/* $Cel/NeoBoot [ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main cd $Cel/NeoBoot