1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Change download URL's & others to TLS/SSL

This commit is contained in:
A Holt 2022-07-05 12:05:17 -04:00 committed by root
parent 939e34dc65
commit 9f13454e83
46 changed files with 99 additions and 99 deletions

View file

@ -168,7 +168,7 @@ if [ -f /etc/iiab/iiab.env ]; then
elif [ "$STAGE" -eq 9 ]; then
echo -e "\n\e[1mEXITING: STAGE (counter) in /etc/iiab/iiab.env shows Stage 9 Is Already Done.\e[0m"
usage
exit 0 # Allows rerunning http://download.iiab.io/install.txt
exit 0 # Allows rerunning https://download.iiab.io/install.txt
fi
fi
if [ "$STAGE" -lt 2 ] && $($DEBUG); then