Skip to content

Commit

Permalink
Fixed curl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3rWard0g committed Jan 11, 2018
1 parent c91d80a commit 13995a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helk_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ read_options(){
else
echo "[HELK-DOCKER-INSTALLATION-INFO] curl is not installed"
echo "[HELK-DOCKER-INSTALLATION-INFO] Installing curl before installing docker.."
apt-get curl >> $LOGFILE 2>&1
apt-get install -y curl >> $LOGFILE 2>&1
ERROR=$?
if [ $ERROR -ne 0 ]; then
echoerror "Could not install curl (Error Code: $ERROR)."
Expand Down

0 comments on commit 13995a4

Please sign in to comment.