We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fde1e commit 3f155acCopy full SHA for 3f155ac
linux-setup.sh
@@ -8,8 +8,7 @@
8
# of the provisioning user by vagrant.
9
10
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
+curl https://get.docker.io | sudo sh -x
13
sudo apt-get install -y -q python-all-dev
14
sudo apt-get install -y -q python-pip
15
sudo apt-get install -y -q git
0 commit comments