Skip to content

Commit

Permalink
Install guest additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Mekić committed Nov 25, 2015
1 parent b447ff2 commit ebfc974
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vagrant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ wget https://raw.githubusercontent.com/mitchellh/vagrant/master/keys/vagrant.pub
chown -R vagrant:vagrant ~vagrant/.ssh
chmod 600 ~vagrant/.ssh/authorized_keys
gpasswd -a vagrant sudo
apt-get clean
mount /dev/cdrom /mnt
/mnt/VBoxLinuxAdditions.run
umount /mnt
apt-get purge -y $TEMP_PACKAGES
apt-get autoremove -y --purge
apt-get clean

0 comments on commit ebfc974

Please sign in to comment.