mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-16 06:19:49 +00:00
5 lines
226 B
Bash
Executable File
5 lines
226 B
Bash
Executable File
apt-get update && apt-get install -y wget
|
|
wget https://download.java.net/java/GA/jdk22/830ec9fcccef480bb3e73fb7ecafe059/36/GPL/openjdk-22_linux-x64_bin.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-22 /opt/jdk
|