summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-11-05 16:52:32 +0100
committervarac <varacanero@zeromail.org>2016-11-05 16:52:32 +0100
commit82f8e394a4183fbd85073d7b61252dfc8402667f (patch)
tree21e18903e87204eaf61b21c951c579077f85cb18
parent0acb8a4eb27cd665f10765f2cb271bbd66a47e51 (diff)
Fix vagrant key url
-rw-r--r--scripts/vagrant.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vagrant.sh b/scripts/vagrant.sh
index 8a042c9..4e2a11b 100644
--- a/scripts/vagrant.sh
+++ b/scripts/vagrant.sh
@@ -8,7 +8,7 @@ date > /etc/vagrant_box_build_time
# Installing vagrant key for root
mkdir -m 0700 /root/.ssh
chmod 0700 /root /root/.ssh
-wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O /root/.ssh/authorized_keys
+wget --no-check-certificate 'https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub' -O /root/.ssh/authorized_keys
chmod 0600 /root/.ssh/authorized_keys
# Installing vagrant key for vagrant user