Update iNB.sh

This commit is contained in:
gutosie
2022-01-19 14:57:24 +02:00
committed by GitHub
parent fb7fa1ccc5
commit c4c478db32

6
iNB.sh
View File

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