Skip to content

Commit 3f155ac

Browse files
committed
use https
1 parent a3fde1e commit 3f155ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linux-setup.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# of the provisioning user by vagrant.
99

1010
sudo apt-get install -q -y curl
11-
# if you are paying attention, no get.docker.io does NOT use https
12-
curl get.docker.io | sudo sh -x
11+
curl https://get.docker.io | sudo sh -x
1312
sudo apt-get install -y -q python-all-dev
1413
sudo apt-get install -y -q python-pip
1514
sudo apt-get install -y -q git

0 commit comments

Comments
 (0)