From 153a88228659f38a74865e1ae1b75ea8c5237331 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 11 Feb 2019 20:56:15 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iNB.sh b/iNB.sh index f00fb98..ebd9fcf 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/master.zip /tmp/neoboot.zip + mv -f /tmp/master2.zip /tmp/neoboot.zip fi unzip -qn ./neoboot..zip rm -f /tmp/neoboot..zip