Update iNB.sh

This commit is contained in:
gutosie
2021-02-09 13:07:25 +02:00
committed by GitHub
parent 2599c3ccb9
commit 87a4d19bd2

4
iNB.sh
View File

@@ -11,9 +11,9 @@ fi
URL='https://github.com/gutosie/neoboot/archive/main.zip'
curl -kLs $URL -o /tmp/neoboot.zip
cd /tmp/
if [ ! -e /tmp/master.zip ]; then
if [ ! -e /tmp/main.zip ]; then
wget $URL
mv -f /tmp/master.zip /tmp/neoboot.zip
mv -f /tmp/main.zip /tmp/neoboot.zip
fi
unzip -qn ./neoboot.zip
rm -f /tmp/neoboot.zip