mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-20 12:24:13 +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/jdk23/3c5b90190c68498b986a97f276efd28a/37/GPL/openjdk-23_linux-x64_bin.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-23 /opt/jdk
|