Append ARM arch with dash

This commit is contained in:
2026-07-19 16:23:03 -04:00
parent 2381c0d132
commit 1aad75fff6

View File

@@ -443,7 +443,7 @@ init() {
debian|ubuntu) debian|ubuntu)
# ARM packages append arch to the package name # ARM packages append arch to the package name
if [[ $MC_ARCH == "arm64" || $MC_ARCH == "armhf" ]]; then if [[ $MC_ARCH == "arm64" || $MC_ARCH == "armhf" ]]; then
MC_PKG+=":${MC_ARCH}" MC_PKG+="-${MC_ARCH}"
fi fi
MC_PKG+="=$MC_VERSION" MC_PKG+="=$MC_VERSION"
;; ;;