commit | 7ae5c75c3f0a451afb95388e2586d538e421e29d | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Jan 15 13:48:38 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Jan 15 14:12:22 2016 +0100 |
tree | 0b3b71979d32825672509721036eb6f11270a2e8 | |
parent | a5aff95e91103ec8058a8b2255eb9b0b1094b72f [diff] [blame] |
Template for ubuntu 16.04
diff --git a/ubuntu-16.04/scripts/vagrant.sh b/ubuntu-16.04/scripts/vagrant.sh new file mode 100644 index 0000000..06b02cf --- /dev/null +++ b/ubuntu-16.04/scripts/vagrant.sh
@@ -0,0 +1,7 @@ + +mkdir /home/vagrant/.ssh +wget --no-check-certificate \ + 'https://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' \ + -O /home/vagrant/.ssh/authorized_keys +chown -R vagrant /home/vagrant/.ssh +chmod -R go-rwsx /home/vagrant/.ssh