File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ sudo apt-get install default-jdk -y ;
44javac -version;
55mkdir minecraft;
66sudo chmod 777 minecraft/;
7- wget https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1 /OpenJDK17U-jdk_x64_linux_hotspot_17.0.4.1_1 .tar.gz;
8- tar -xvf OpenJDK17U-jdk_x64_linux_hotspot_17.0.4.1_1 .tar.gz;
9- sudo rm -rf OpenJDK17U-jdk_x64_linux_hotspot_17.0.4.1_1 .tar.gz;
7+ wget https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.5%2B8 /OpenJDK17U-jdk_x64_linux_hotspot_17.0.5_8 .tar.gz;
8+ tar -xvf OpenJDK17U-jdk_x64_linux_hotspot_17.0.5_8 .tar.gz;
9+ sudo rm -rf OpenJDK17U-jdk_x64_linux_hotspot_17.0.5_8 .tar.gz;
1010sudo cp start.sh minecraft/
1111cd minecraft/
1212sudo chmod 777 * ;
You can’t perform that action at this time.
0 commit comments