Skip to content

Instantly share code, notes, and snippets.

@marc0der
Created July 16, 2011 12:29
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 marc0der/1086306 to your computer and use it in GitHub Desktop.
Save marc0der/1086306 to your computer and use it in GitHub Desktop.
Install Griffon on Ubuntu through LaunchPad
sudo su -
add-apt-repository ppa:groovy-dev/griffon
apt-get update
#install griffon 0.9.3 stable release
apt-get install griffon-0.9.3
#install griffon 0.9.2 stable release
apt-get install griffon-0.9.2
#switch between installed version
update-alternatives --config griffon
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment