From c946a5438bb54ea268ffc4d6712f7630f4aa2e30 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 2 Dec 2021 11:26:34 -0500 Subject: [PATCH] Commit before merge --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 277a63d..152c6fc 100755 --- a/installJRMC +++ b/installJRMC @@ -358,7 +358,7 @@ getLatestVersion() { [[ $VERSION_ID -eq 10 ]] && \ _base="buster" [[ $VERSION_ID -le 9 ]] && \ - _mcversion="26.0.107" + _mcversion="26.0.107" # For 9 and 8 elif [[ "$ID" == "centos" ]]; then [[ "$VERSION_ID" -eq "8" ]] && \ _base="buster"