mirror of
https://mojerepo.cf/NeoBoot/NeoBoot-9.git
synced 2025-12-21 21:39:40 +01:00
update 8.09
This commit is contained in:
3
iNB.sh
3
iNB.sh
@@ -1,10 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
#skrypt instaluje neoboot-a
|
#skrypt installs neoboot-a
|
||||||
#
|
#
|
||||||
if `grep -q 'osd.language=pl_PL' </etc/enigma2/settings`; then
|
if `grep -q 'osd.language=pl_PL' </etc/enigma2/settings`; then
|
||||||
PL=1
|
PL=1
|
||||||
fi
|
fi
|
||||||
|
cd /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location
|
||||||
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
|
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
|
||||||
[ -e /tmp/neoboot-master ] && rm -rf /tmp/neoboot-master
|
[ -e /tmp/neoboot-master ] && rm -rf /tmp/neoboot-master
|
||||||
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
|
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."
|
||||||
|
|||||||
Reference in New Issue
Block a user