浏览代码

Modernize sources list for containerized package manager

bryan 4 天之前
父节点
当前提交
444d73edc6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -441,7 +441,7 @@ get_latest_mc_version() {
 			URIs: https://dist.jriver.com/latest/mediacenter/
 			Suites: $1
 			Components: main
-		EOF" &>/dev/null &&
+		EOF" &&
   buildah run "$cnt" -- sh -c \
     "apt update --allow-insecure-repositories &>/dev/null" &>/dev/null &&
   MC_VERSION=$(buildah run "$cnt" -- apt-cache policy mediacenter?? | grep Candidate | awk '{print $2}' | sort -V | tail -n1) &>/dev/null &&