浏览代码

Add temp debug

bryan 5 月之前
父节点
当前提交
f4a967853d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      installJRMC

+ 1 - 0
installJRMC

@@ -422,6 +422,7 @@ setMCVersion() {
     # Containerized package manager
     elif installPackage --silent buildah &&
     cnt=$(buildah from --quiet debian:stable-slim) &>/dev/null &&
+    debug "$cnt" &&
     buildah run "$cnt" -- bash -c \
         "echo 'deb [trusted=no arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ $MC_REPO main' > /etc/apt/sources.list 2>&1" &>/dev/null &&
     buildah run "$cnt" -- bash  -c \