Remove the need to use sudo during build
[it/dep.git] / smo-install / scripts / sub-scripts / build-tests.sh
index d5267b4..545dc48 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 tests part ###'
 (cd ../../tests_oom && make all)