Skip to content

Instantly share code, notes, and snippets.

@ApprenticeGC
Created January 26, 2012 10:17
Show Gist options
  • Save ApprenticeGC/1682104 to your computer and use it in GitHub Desktop.
Save ApprenticeGC/1682104 to your computer and use it in GitHub Desktop.
Install Jenkins from apt.
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo aptitude update
sudo aptitude install jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment