templates/CentOS-4.8-i386/postinstall.sh in HeSYINUvSBZfxqA-veewee-0.2.0.2 vs templates/CentOS-4.8-i386/postinstall.sh in HeSYINUvSBZfxqA-veewee-0.203.1

- old
+ new

@@ -28,10 +28,10 @@ #Installing vagrant keys mkdir /home/vagrant/.ssh chmod 700 /home/vagrant/.ssh cd /home/vagrant/.ssh -wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys +wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys chown -R vagrant /home/vagrant/.ssh #Installing the virtualbox guest additions VBOX_VERSION=$(cat /home/vagrant/.vbox_version) cd /tmp