Set VCPUs and RAM for the VNFC irrespective of Numa Node Policy of the Guest EPA
[osm/SO.git] / BUILD.sh
index ad77903..0e7804c 100755 (executable)
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -189,7 +189,7 @@ if [[ $PLATFORM == ub16 ]]; then
     # this package is obsolete.
     OLD_PACKAGES="rw.core.rwvx-rwha-1.0"
     for package in $PACKAGES $OLD_PACKAGES; do
-        apt remove -y $package || true
+        sudo apt remove -y $package || true
     done
 
     packages=""