Update iNB.sh

This commit is contained in:
gutosie
2020-01-07 11:54:06 +02:00
committed by GitHub
parent 57f96c98a2
commit 28dc16e932

2
iNB.sh
View File

@@ -6,7 +6,7 @@ if `grep -q 'osd.language=pl_PL' </etc/enigma2/settings`; then
PL=1
fi
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
[ -e /tmp/neoboot-master ] && rm -rf /tmp/neoboot-master
[ -e /tmp/NeoBoot_VuUltimo4K-master ] && rm -rf /tmp/NeoBoot_VuUltimo4K-master
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
URL='https://github.com/gutosie/NeoBoot_VuUltimo4K/archive/master.zip'
curl -kLs $URL -o /tmp/neoboot.zip