X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=2774e0dfe86f16f7b15f6a16689d836a3df7dc63;hb=refs%2Fheads%2Fnetslice;hp=3515797feb319f416a155e9d635c33fc0bd05814;hpb=e00c8f935be102d88710200711d69a2b64e58d11;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 3515797f..2774e0df 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -910,7 +910,7 @@ function install_lightweight() { # if no host is passed in, we need to install lxd/juju, unless explicilty asked not to if [ -z "$OSMLCM_VCA_HOST" ] && [ -z "$INSTALL_NOLXD" ]; then - need_packages_lw="lxd" + need_packages_lw="lxd snapd" echo -e "Checking required packages: $need_packages_lw" dpkg -l $need_packages_lw &>/dev/null \ || ! echo -e "One or several required packages are not installed. Updating apt cache requires root privileges." \