mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 02:00:17 +00:00
5 lines
206 B
Bash
Executable File
5 lines
206 B
Bash
Executable File
apt-get update && apt-get install -y wget
|
|
wget https://download.java.net/java/GA/jdk9/9.0.4/binaries/openjdk-9.0.4_linux-x64_bin.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-9.0.4 /opt/jdk
|