Skip to content

Commit

Permalink
Merge pull request #33 from 0x0luke/patch-1
Browse files Browse the repository at this point in the history
Docker fixes
  • Loading branch information
x1mdev authored Feb 13, 2019
2 parents e5725b4 + 038ee2c commit 02c1c87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ setupDashboard()
echo -e "[$GREEN+$RESET] Installing Docker.."
sudo apt install -y docker.io;
service docker start;
sudo systemctl enable docker;
sleep 1;
echo -e "[$GREEN+$RESET] Done."

Expand Down Expand Up @@ -179,4 +180,4 @@ basicRequirements
golangInstall
additionalTools
setupDashboard
finalizeSetup
finalizeSetup

0 comments on commit 02c1c87

Please sign in to comment.