From 3f155ac40e40b3937256904d7a8e99fe49b82eb6 Mon Sep 17 00:00:00 2001 From: Preston Holmes Date: Mon, 17 Mar 2014 11:39:52 -0700 Subject: [PATCH] use https --- linux-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-setup.sh b/linux-setup.sh index db95cdc..59b8f92 100644 --- a/linux-setup.sh +++ b/linux-setup.sh @@ -8,8 +8,7 @@ # of the provisioning user by vagrant. sudo apt-get install -q -y curl -# if you are paying attention, no get.docker.io does NOT use https -curl get.docker.io | sudo sh -x +curl https://get.docker.io | sudo sh -x sudo apt-get install -y -q python-all-dev sudo apt-get install -y -q python-pip sudo apt-get install -y -q git