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 44216c6 commit 91b043fCopy full SHA for 91b043f
soarQube-Installation/READme.md
@@ -39,8 +39,7 @@ sudo service sshd restart
39
``` sh
40
cd /opt
41
sudo yum -y install unzip wget git
42
-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
43
-sudo yum install jdk-8u131-linux-x64.rpm -y
+sudo yum install java-11-openjdk-devel
44
```
45
### 4. Download and extract the SonarqQube Server software.
46
```sh
0 commit comments