X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=build-rtmgr-ubuntu.sh;h=90d7729dacfbdbe2b219cd8be5d60f5f3ad415f6;hb=22f55d7995eb235d95d11a01aaac50ca1bcfe190;hp=ed3e2a02474a4b46751766f1d3457a0aee7094f3;hpb=8532ffe427f1853ff6318715b9b6727cbd825654;p=ric-plt%2Frtmgr.git diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index ed3e2a0..90d7729 100755 --- a/build-rtmgr-ubuntu.sh +++ b/build-rtmgr-ubuntu.sh @@ -20,7 +20,7 @@ set -eux echo "--> rtmgr-build-ubuntu.sh" curdir=`pwd` -RMRVERSION=4.1.2 +RMRVERSION=4.4.6 wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && sudo dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb