mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-20 12:24:13 +00:00
4 lines
254 B
Bash
Executable File
4 lines
254 B
Bash
Executable File
apt-get update && apt-get install -y wget
|
|
wget https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.8.1%2B1/OpenJDK17U-jdk_x64_linux_hotspot_17.0.8.1_1.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-17.0.8.1+1 /opt/jdk |