Prechádzať zdrojové kódy

Modernize sources list for containerized package manager

bryan 4 dní pred
rodič
commit
8b3cd967bf
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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" &&