Commit before merge

This commit is contained in:
2021-12-02 11:26:34 -05:00
parent dbd884f445
commit c946a5438b

View File

@@ -358,7 +358,7 @@ getLatestVersion() {
[[ $VERSION_ID -eq 10 ]] && \ [[ $VERSION_ID -eq 10 ]] && \
_base="buster" _base="buster"
[[ $VERSION_ID -le 9 ]] && \ [[ $VERSION_ID -le 9 ]] && \
_mcversion="26.0.107" _mcversion="26.0.107" # For 9 and 8
elif [[ "$ID" == "centos" ]]; then elif [[ "$ID" == "centos" ]]; then
[[ "$VERSION_ID" -eq "8" ]] && \ [[ "$VERSION_ID" -eq "8" ]] && \
_base="buster" _base="buster"