X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build-rtmgr-ubuntu.sh;h=c246f7732270a97311540bf2c785bc1b129344f8;hb=refs%2Fchanges%2F14%2F4314%2F1;hp=26956faadb33d2a342b115e4941d55db90a60dbe;hpb=772bcbb9374216decfc1f9e1d53e8b6dd75991cb;p=ric-plt%2Frtmgr.git diff --git a/build-rtmgr-ubuntu.sh b/build-rtmgr-ubuntu.sh index 26956fa..c246f77 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.0.5 +RMRVERSION=4.1.2 wget --content-disposition https://packagecloud.io/o-ran-sc/staging/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/staging/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