mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 20:13:44 +00:00
4 lines
248 B
Bash
Executable File
4 lines
248 B
Bash
Executable File
apt-get update && apt-get install -y wget
|
|
wget https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u222-b10/OpenJDK8U-jdk_x64_linux_hotspot_8u222b10.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk8u222-b10 /opt/jdk |