Skip to content

Commit 4bff250

Browse files
authored
Update sonar-install-v6.txt
1 parent 91b043f commit 4bff250

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

soarQube-Installation/sonar-install-v6.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ sudo service sshd restart
1919
# 4. Install JAVA pre-requisite
2020
cd /opt
2121
sudo yum -y install unzip wget git
22-
sudo wget -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.rpm
23-
sudo yum install jdk-8u131-linux-x64.rpm -y
22+
sudo yum install java-11-openjdk-devel
2423
# 5. Download the SonarqQube Server software.
2524
sudo wget https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.8.zip
2625
sudo unzip sonarqube-7.8.zip

0 commit comments

Comments
 (0)