Skip to content

Commit

Permalink
- Fixed a typo to prevent Java 21 from getting installed
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jul 30, 2024
1 parent 43dcbca commit 74fa809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcserver_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ function install_java21 {
dialog --infobox "Java 21 will be installed now" 10 30 && sleep 3
clear
cd /tmp/
wget wget https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb
wget https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb
sudo dpkg -i jdk-21_linux-x64_bin.deb
rm jdk-21_linux-x64_bin.deb
sudo update-alternatives --config java
Expand Down Expand Up @@ -3641,7 +3641,7 @@ distro_check () {
}

## Script Version
scriptversion="13.0"
scriptversion="13.1"
##

## Latest Version
Expand Down

1 comment on commit 74fa809

@officialrealTM
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course its "Fixed a typo THAT prevents Java 21 from getting installed".

Please sign in to comment.