Skip to content

Instantly share code, notes, and snippets.

@ranjib
Last active December 22, 2015 17:09
Show Gist options
  • Save ranjib/6504270 to your computer and use it in GitHub Desktop.
Save ranjib/6504270 to your computer and use it in GitHub Desktop.
gvm installation
package "build-essential"
package "mercurial"
package "bison"
package "curl"
package "git"
execute "install_gvm" do
user "ubuntu"
cwd "/home/ubuntu"
command "bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer)"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment