Skip to content

Commit

Permalink
Fixed bug & typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamLBS committed Mar 23, 2020
1 parent baea5e9 commit 01cb408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcinstall
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$EUID" -ne 0 ]
fi
LATEST_VERSION=$(curl -s 'https://uploads.admlbs.fr/version')
command=$1
ACTUAL_VERSION=1.4.6
ACTUAL_VERSION=1.4.7
SCRIPT_NAME="/usr/bin/mcinstall"
NEW_FILE="/tmp/mcinstall"
spigot_install () {
Expand Down Expand Up @@ -59,7 +59,7 @@ else
if [ "$OPTION" = 10 ]; then
use_buildtools_en_gui 1.15.1
else
if [ "$OPTION" = 10 ]; then
if [ "$OPTION" = 11 ]; then
use_buildtools_en_gui 1.15.2
fi
fi
Expand Down

0 comments on commit 01cb408

Please sign in to comment.