update 8.09

This commit is contained in:
gutosie
2020-01-12 14:21:16 +02:00
committed by GitHub
parent d40d12db50
commit 5ac36d548b

3
iNB.sh
View File

@@ -1,10 +1,11 @@
#!/bin/sh
#
#skrypt instaluje neoboot-a
#skrypt installs neoboot-a
#
if `grep -q 'osd.language=pl_PL' </etc/enigma2/settings`; then
PL=1
fi
cd /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
[ -e /tmp/neoboot-master ] && rm -rf /tmp/neoboot-master
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."