temp debug output
This commit is contained in:
@@ -424,7 +424,7 @@ setMCVersion() {
|
|||||||
MC_VERSION="$USER_MC_VERSION"
|
MC_VERSION="$USER_MC_VERSION"
|
||||||
# Containerized package manager
|
# Containerized package manager
|
||||||
elif installPackage --silent buildah &&
|
elif installPackage --silent buildah &&
|
||||||
cnt=$(buildah from --quiet alpine:edge) &>/dev/null &&
|
cnt=$(buildah from --quiet alpine:edge) &&
|
||||||
buildah run "$cnt" -- bash -c \
|
buildah run "$cnt" -- bash -c \
|
||||||
"apk add apt" &>/dev/null &&
|
"apk add apt" &>/dev/null &&
|
||||||
buildah run "$cnt" -- bash -c \
|
buildah run "$cnt" -- bash -c \
|
||||||
|
|||||||
Reference in New Issue
Block a user