Remove the need to use sudo during build
[it/dep.git] / smo-install / scripts / sub-scripts / build-oran.sh
index 9e3f164..8e32573 100755 (executable)
@@ -27,7 +27,7 @@ SCRIPT=$(readlink -f "$0")
 SCRIPT_PATH=$(dirname "$SCRIPT")
 cd $SCRIPT_PATH
 
-apt-get install make -y
+sudo apt-get install make -y
 
 echo  '### Building ORAN part ###'
 (cd ../../oran_oom && make all)