mirror of https://github.com/infosecn1nja/HELK.git
Merge pull request #140 from leechristensen/patch-1
Downloads docker installer script over HTTPSkeyword-vs-text-changes
commit
ccbee9f6fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue