blob: cc09a9761954193d15d0fc362d1c9d829f6225da [file] [log] [blame]
#!/bin/sh
apt autoremove
apt update
rm -f /home/vagrant/*.sh
wget --no-check-certificate https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub -O /home/vagrant/.ssh/authorized_keys
chmod 0600 /home/vagrant/.ssh/authorized_keys
chown -R vagrant:vagrant /home/vagrant/.ssh
dd if=/dev/zero of=/EMPTY bs=1M
rm -f /EMPTY
sync