Merge pull request #140 from leechristensen/patch-1

Downloads docker installer script over HTTPS
keyword-vs-text-changes
Roberto Rodriguez 2018-12-20 12:39:08 -05:00 committed by GitHub
commit ccbee9f6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ install_htpasswd(){
# ****** Installing docker via convenience script ***********
install_docker(){
echo "[HELK-INSTALLATION-INFO] Installing docker via convenience script.."
curl -fsSL get.docker.com -o get-docker.sh >> $LOGFILE 2>&1
curl -fsSL https://get.docker.com -o get-docker.sh >> $LOGFILE 2>&1
chmod +x get-docker.sh >> $LOGFILE 2>&1
./get-docker.sh >> $LOGFILE 2>&1
ERROR=$?
@ -524,4 +524,4 @@ else
echo "[HELK-INSTALLATION-ERROR] Make sure you set the right parameters"
usage
fi
fi
fi