mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-09 18:14:34 +00:00
5 lines
249 B
Bash
Executable File
5 lines
249 B
Bash
Executable File
apt-get update && apt-get install -y wget
|
|
wget https://github.com/AdoptOpenJDK/openjdk10-releases/releases/download/jdk-10.0.2%2B13/OpenJDK10_x64_Linux_jdk-10.0.2%2B13.tar.gz -O jdk.tar.gz
|
|
tar -xzf jdk.tar.gz -C /opt/
|
|
mv /opt/jdk-10.0.2+13 /opt/jdk
|