From f59827c380cb6da4ce3cb60fc81b1613f34c162f Mon Sep 17 00:00:00 2001 From: BeastGamer81 <57034210+BeastGamer81@users.noreply.github.com> Date: Tue, 21 May 2024 15:26:50 +0530 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 0e7d737..efc0ea6 100644 --- a/install.sh +++ b/install.sh @@ -109,6 +109,7 @@ fi LATEST_VERSION=$(curl -s https://papermc.io/api/v2/projects/velocity | jq -r '.versions' | jq -r '.[-1]') if [[ "${VER_EXISTS}" == "true" ]]; then +VELOCITY_VERSION=${VELOCITY_VERSION} else VELOCITY_VERSION=${LATEST_VERSION} fi