ソースを参照

Modernize sources list for containerized package manager

bryan 4 日 前
コミット
8b3cd967bf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -438,7 +438,7 @@ get_latest_mc_version() {
   buildah run "$cnt" -- sh -c \
     "cat <<-EOF > /etc/apt/sources.list.d/dist.jriver.com.sources
 			Types: deb
-			URIs: https://dist.jriver.com/latest/mediacenter/
+			URIs: https://dist.jriver.com/$channel/mediacenter/
 			Suites: $1
 			Components: main
 		EOF" &&