Update iNB.sh

This commit is contained in:
gutosie
2022-03-24 19:31:45 +02:00
committed by GitHub
parent 9501d533f6
commit f59fb4cc63

5
iNB.sh
View File

@@ -16,7 +16,8 @@ fi
if [ ! -e /.multinfo ]; then
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
[ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main
echo "Multiboot image"
echo "Multiboot image"
echo "_______________"
[ $PL ] && echo " Pobieranie archiwum..." || echo " Downloading archive file..."
URL='https://github.com/gutosie/neoboot/archive/main.zip'
curl -kLs $URL -o /tmp/neoboot.zip
@@ -55,7 +56,7 @@ if [ ! -e /.multinfo ]; then
rm -rf $Cel/NeoBoot/.location
fi
[ $PL ] && echo " Instalowanie..." || echo " Instaling..."
echo ""
echo " - - - - - - - - "
[ -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
mkdir -p /usr/lib/periodon