We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3419ab4 commit e604025Copy full SHA for e604025
jenkins/Install/README.md
@@ -1,16 +1,3 @@
1
-# Install Java & Jenkins Using Script
2
-```
3
-sudo wget https://raw.githubusercontent.com/lerndevops/labs/master/scripts/installJenkins.sh -P /tmp
4
-sudo chmod 755 /tmp/installJenkins.sh
5
-sudo bash /tmp/installJenkins.sh
6
7
-# Install Maven Using Script
8
9
-sudo wget https://raw.githubusercontent.com/lerndevops/labs/master/scripts/installMaven.sh -P /tmp
10
-sudo chmod 755 /tmp/installMaven.sh
11
-sudo bash /tmp/installMaven.sh
12
13
-
14
# Manual Installation Steps
15
### Install JAVA
16
```
0 commit comments