Skip to content

Instantly share code, notes, and snippets.

@tatuas
Created October 12, 2013 22:06
Show Gist options
  • Save tatuas/6955452 to your computer and use it in GitHub Desktop.
Save tatuas/6955452 to your computer and use it in GitHub Desktop.
vagrantをubuntuにインストール(virtualboxが必須)
$ sudo apt-get install virtualbox
$ wget http://files.vagrantup.com/packages/0ac2a87388419b989c3c0d0318cc97df3b0ed27d/vagrant_1.3.4_x86_64.deb
$ sudo dpkg -i vagrant_1.3.4_x86_64.deb
$ vagrant -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment