Skip to content

Instantly share code, notes, and snippets.

@Sy1v4in
Last active August 29, 2015 14:07
Show Gist options
  • Save Sy1v4in/6bfcf4db14f908bf56dd to your computer and use it in GitHub Desktop.
Save Sy1v4in/6bfcf4db14f908bf56dd to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
wget -q -O - https://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 apt-get --yes update
sudo apt-get --yes install jenkins default-jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment