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