Skip to content

Instantly share code, notes, and snippets.

@pollux-
Created April 6, 2016 10:35
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 pollux-/3c55a0396d74bc0d092e7c3cf0b8b754 to your computer and use it in GitHub Desktop.
Save pollux-/3c55a0396d74bc0d092e7c3cf0b8b754 to your computer and use it in GitHub Desktop.
$ wget http://repo.gradle.org/gradle/distributions/gradle-1.0-bin.zip
--2011-03-18 10:58:46-- http://repo.gradle.org/gradle/distributions/
gradle-1.0-bin.zip
Resolving repo.gradle.org... 50.16.203.43
Connecting to gradle.artifactoryonline.com |50.16.203.43|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 26899590 (26M) [application/zip]
Saving to: `gradle-1.0-bin.zip'
100%[=============================================================>]
26,899,590 171K/s in 2m 56s
2011-03-18 11:01:42 (149 KB/s) - `gradle-1.0-bin.zip' saved [26899590/26899590]
$ sudo unzip -q gradle-1.0-bin.zip -d /usr/local/
$ echo "export GRADLE_HOME=/usr/local/gradle-1.0" >> .profile
$ echo "export PATH=$PATH:$GRADLE_HOME/bin" >> .profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment