Update iNB.sh

This commit is contained in:
gutosie
2022-01-08 11:05:52 +02:00
committed by GitHub
parent b03d302d11
commit d24751b571

3
iNB.sh
View File

@@ -12,6 +12,9 @@ elif [ -f /etc/opkg/opkg.conf ] ; then
STATUS='/var/lib/opkg/status'
OS='Opensource'
fi
if [ -e /etc/name ]; then
rm -rf /etc/name
fi
[ -e /tmp/neoboot.zip ] && rm -f /tmp/neoboot.zip
[ -e /tmp/neoboot-main ] && rm -rf /tmp/neoboot-main
[ $PL ] && echo "Pobieranie archiwum..." || echo "Downloading archive file..."