Skip to content

Commit

Permalink
Update sonar-install-v6.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Dec 9, 2022
1 parent 91b043f commit 4bff250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions soarQube-Installation/sonar-install-v6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ sudo service sshd restart
# 4. Install JAVA pre-requisite
cd /opt
sudo yum -y install unzip wget git
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
sudo yum install jdk-8u131-linux-x64.rpm -y
sudo yum install java-11-openjdk-devel
# 5. Download the SonarqQube Server software.
sudo wget https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.8.zip
sudo unzip sonarqube-7.8.zip
Expand Down

1 comment on commit 4bff250

@Engrlyndi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Please sign in to comment.