X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_osm.sh;h=bacf424efdc7bd716209fdccd1500dfb95e221ad;hb=refs%2Fchanges%2F83%2F6083%2F2;hp=87caad34b40b386b5a00263287d0fc92e006ef58;hpb=7077be66623b911d95bec3c463d53b535371411e;p=osm%2Fdevops.git diff --git a/installers/install_osm.sh b/installers/install_osm.sh index 87caad34..bacf424e 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -533,7 +533,7 @@ function install_juju() { echo "Installing juju" sudo snap install juju --classic sudo dpkg-reconfigure -p medium lxd - juju bootstrap localhost osm + sg lxd -c "juju bootstrap localhost osm" echo "Finished installation of juju" }