mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-20 12:24:13 +00:00
4 lines
255 B
Bash
Executable File
4 lines
255 B
Bash
Executable File
apt-get update && apt-get install -y wget
|
|
wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.4%2B11/OpenJDK11U-jdk_x64_linux_hotspot_11.0.4_11.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-11.0.4+11 /opt/jdk |