installers: missing deb packages for Ubuntu Server ISO
Change-Id: Id2287931b58e11293705bf05c9eb99fcb63efbd0
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh
index 3515797..2774e0d 100755
--- a/installers/full_install_osm.sh
+++ b/installers/full_install_osm.sh
@@ -910,7 +910,7 @@
# 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." \