Skip to content

Instantly share code, notes, and snippets.

@samgranieri
Created January 17, 2011 04:37
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 samgranieri/782496 to your computer and use it in GitHub Desktop.
Save samgranieri/782496 to your computer and use it in GitHub Desktop.
bash "update to newer vim" do
cwd "/tmp"
code <<-EOH
apt-add-repository ppa:passy/vim
apt-get update
apt-get upgrade
EOH
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment