Skip to content

Instantly share code, notes, and snippets.

@dev-gwang
Created September 21, 2020 00:42
Show Gist options
  • Select an option

  • Save dev-gwang/da98290c22c66542fae1e92b94513221 to your computer and use it in GitHub Desktop.

Select an option

Save dev-gwang/da98290c22c66542fae1e92b94513221 to your computer and use it in GitHub Desktop.
nexus3 install script
yum update -y
yum install wget net-tools java -y
if [ ! -d /opt/nexus-* ]; then
wget -qO- http://download.sonatype.com/nexus/3/latest-unix.tar.gz | tar zxvf - -C /opt/
fi
/opt/nexus-3.27.0-03/bin/nexus start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment