X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fshell%2Finstall-deb-rmr.sh;h=ad24aeabcfdca570c3604d35760457b351d81818;hb=439502c44e9eaa7ef2436564f734d5d760ab99d1;hp=5f437d64caca0525f8934455d94724d5bcce5036;hpb=1688ecd7ba8a8d8632e202f4c4f25736089e827d;p=ci-management.git diff --git a/jjb/shell/install-deb-rmr.sh b/jjb/shell/install-deb-rmr.sh index 5f437d64..ad24aeab 100644 --- a/jjb/shell/install-deb-rmr.sh +++ b/jjb/shell/install-deb-rmr.sh @@ -42,7 +42,7 @@ if [[ -z $ver ]]; then fi # default to release repo; accept override to use staging repo repo=${repo:-"release"} -# +# for deb in "rmr_${ver}_amd64.deb" "rmr-dev_${ver}_amd64.deb"; do wget -nv --content-disposition "https://packagecloud.io/o-ran-sc/${repo}/packages/debian/stretch/${deb}/download.deb" sudo dpkg -i "${deb}"