Skip to content

Commit

Permalink
Update Install-Java-Jenkins-ubuntu.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lerndevops authored Jul 30, 2020
1 parent cffed85 commit 2e8cd7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins/Install-Java-Jenkins-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Install JAVA


Install Jenkins

wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add -
wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add -
echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list
sudo apt-get update
sudo apt-get install jenkins
Expand Down

0 comments on commit 2e8cd7a

Please sign in to comment.