mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 20:13:44 +00:00
4 lines
255 B
Bash
4 lines
255 B
Bash
apt-get update && apt-get install -y wget
|
|
wget https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.2%2B10/OpenJDK12U-jdk_x64_linux_hotspot_12.0.2_10.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-12.0.2+10 /opt/jdk |