Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Created October 4, 2015 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lewiscowles1986/303c5644869b25bacf90 to your computer and use it in GitHub Desktop.
Save Lewiscowles1986/303c5644869b25bacf90 to your computer and use it in GitHub Desktop.
Ubuntu Otto
#!/bin/sh
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" > /etc/apt/sources.list.d/virtualbox.list'
sudo apt-get update -y
sudo apt-get install -y dkms unzip virtualbox-5.0 vagrant
wget https://dl.bintray.com/mitchellh/otto/otto_0.1.1_linux_amd64.zip -O otto.zip
unzip otto.zip
rm otto.zip
mv otto /usr/local/bin/otto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment