mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 22:12:16 +00:00
5 lines
251 B
Bash
Executable File
5 lines
251 B
Bash
Executable File
apt-get update && apt-get install -y wget
|
|
wget https://github.com/AdoptOpenJDK/openjdk9-binaries/releases/download/jdk-9.0.4%2B11/OpenJDK9U-jdk_x64_linux_hotspot_9.0.4_11.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-9.0.4+11 /opt/jdk
|