From cbfdcf09f1cb5c207460da4f44ca0289d6f815e7 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 14 Feb 2021 22:18:30 +0200 Subject: [PATCH] Update iNB.sh --- iNB.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/iNB.sh b/iNB.sh index fdc3746..f9de448 100644 --- a/iNB.sh +++ b/iNB.sh @@ -12,7 +12,11 @@ URL='https://github.com/gutosie/neoboot/archive/main.zip' curl -kLs $URL -o /tmp/neoboot.zip cd /tmp/ if [ ! -e /tmp/main.zip ]; then - wget $URL + wget --no-check-certificate $URL + mv -f /tmp/main.zip /tmp/neoboot.zip +fi +if [ ! -e /tmp/main.zip ]; then + fullwget --no-check-certificate $URL mv -f /tmp/main.zip /tmp/neoboot.zip fi unzip -qn ./neoboot.zip