Skip to content

Instantly share code, notes, and snippets.

@ilyar
Last active December 9, 2015 18:08
Show Gist options
  • Save ilyar/4308122 to your computer and use it in GitHub Desktop.
Save ilyar/4308122 to your computer and use it in GitHub Desktop.
Update VBoxGuestAdditions in Ubuntu VM
#!/bin/bash
wget -c http://download.virtualbox.org/virtualbox/4.3.8/VBoxGuestAdditions_4.3.8.iso -O VBoxGuestAdditions.iso
sudo mount VBoxGuestAdditions.iso -o loop /mnt
sudo sh /mnt/VBoxLinuxAdditions.run --nox11
rm VBoxGuestAdditions.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment