From 16a805e0c165c2fba70f08b717f6e9aba10a9403 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 11 Feb 2019 20:59:14 +0200 Subject: [PATCH] neoboot2 --- iNB.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iNB.sh b/iNB.sh index ebd9fcf..f00fb98 100644 --- a/iNB.sh +++ b/iNB.sh @@ -13,7 +13,7 @@ curl -kLs $URL -o /tmp/neoboot.zip cd /tmp/ if [ ! -e /tmp/master.zip ]; then wget $URL - mv -f /tmp/master2.zip /tmp/neoboot.zip + mv -f /tmp/master.zip /tmp/neoboot.zip fi unzip -qn ./neoboot..zip rm -f /tmp/neoboot..zip