2 Commits

Author SHA1 Message Date
188269e522 1.4.4 release 2024-11-08 16:41:48 -05:00
60932fd789 Use oracular repos for oracular 2024-11-08 16:41:15 -05:00

View File

@@ -18,7 +18,7 @@
# * Be careful with tabs in heredocs
shopt -s extglob
declare -g SCRIPT_VERSION="1.4.3"
declare -g SCRIPT_VERSION="1.4.4"
declare -g MC_REPO="bullseye" # should match the MC_VERSION
declare -g MC_VERSION="33.0.37" # Do find all replace
declare -g BOARD_URL="https://yabb.jriver.com/interact/index.php/board,86.0.html" # MC33
@@ -304,12 +304,8 @@ init() {
# Match the MC repo to the system codename
if [[ -z $USER_MC_REPO && ($ID == debian || $ID == ubuntu) ]]; then
if [[ $UBUNTU_CODENAME == "oracular" ]]; then
MC_REPO="noble" # TODO temporarily use noble repo for Ubuntu 24.10
else
MC_REPO=${UBUNTU_CODENAME:-${VERSION_CODENAME:-$MC_REPO}}
fi
fi
# Use the correct repo for legacy MC versions
if [[ -n $USER_MC_VERSION ]]; then