X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fbuild-e2mgr-ubuntu.sh;h=36ee1a8ad4cbf264c023c542b625f037dfee9935;hb=refs%2Fchanges%2F22%2F3422%2F1;hp=028c622f73b8b51a5ae57f89f807cc7add767cb6;hpb=e7305a3a0aa583b44deba7d5b2243039302b20ec;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/build-e2mgr-ubuntu.sh b/E2Manager/build-e2mgr-ubuntu.sh index 028c622..36ee1a8 100755 --- a/E2Manager/build-e2mgr-ubuntu.sh +++ b/E2Manager/build-e2mgr-ubuntu.sh @@ -32,11 +32,11 @@ echo "--> e2mgr-build-ubuntu.sh" # Install RMR from deb packages at packagecloud.io rmr=rmr_3.8.2_amd64.deb -wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/$rmr/download.deb +wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmr/download.deb sudo dpkg -i $rmr rm $rmr rmrdev=rmr-dev_3.8.2_amd64.deb -wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/$rmrdev/download.deb +wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/$rmrdev/download.deb sudo dpkg -i $rmrdev rm $rmrdev