Last active
August 29, 2015 14:07
-
-
Save Sy1v4in/6bfcf4db14f908bf56dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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