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 d7a5a57 commit ee4cc76Copy full SHA for ee4cc76
nexus-installation/READme.md
@@ -36,6 +36,7 @@ sudo yum install java-11-openjdk-devel java-1.8.0-openjdk-devel -y
36
sudo wget http://download.sonatype.com/nexus/3/nexus-3.15.2-01-unix.tar.gz
37
sudo tar -zxvf nexus-3.15.2-01-unix.tar.gz
38
sudo mv /opt/nexus-3.15.2-01 /opt/nexus
39
+sudo rm -rf nexus-3.15.2-01-unix.tar.gz
40
```
41
42
## Grant permissions for nexus user to start and manage nexus service
0 commit comments