Append ARM arch with dash
This commit is contained in:
@@ -443,7 +443,7 @@ init() {
|
||||
debian|ubuntu)
|
||||
# ARM packages append arch to the package name
|
||||
if [[ $MC_ARCH == "arm64" || $MC_ARCH == "armhf" ]]; then
|
||||
MC_PKG+=":${MC_ARCH}"
|
||||
MC_PKG+="-${MC_ARCH}"
|
||||
fi
|
||||
MC_PKG+="=$MC_VERSION"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user