Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created April 7, 2011 22:47
Show Gist options
  • Save rdegges/908949 to your computer and use it in GitHub Desktop.
Save rdegges/908949 to your computer and use it in GitHub Desktop.
Installs the Debian Jenkins CI Repos
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
echo "deb http://pkg.jenkins-ci.org/debian binary/" > /etc/apt/sources.list.d/jenkins.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment