Append ARM arch with colon
This commit is contained in:
@@ -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"
|
||||||
;;
|
;;
|
||||||
@@ -2246,7 +2246,7 @@ create_mc_apt_container() {
|
|||||||
Signed-By: /usr/share/keyrings/jriver-com-archive-keyring.gpg
|
Signed-By: /usr/share/keyrings/jriver-com-archive-keyring.gpg
|
||||||
Suites: $MC_REPO
|
Suites: $MC_REPO
|
||||||
Components: main
|
Components: main
|
||||||
Architectures: $MC_ARCH
|
Architectures: amd64 armhf arm64
|
||||||
EOF
|
EOF
|
||||||
apt-get update -qq' &&
|
apt-get update -qq' &&
|
||||||
# If user passes command strings run them in the container
|
# If user passes command strings run them in the container
|
||||||
|
|||||||
Reference in New Issue
Block a user