| commit | a7e5d0103241459c2aae06c53931bebed13b4cec | [log] [tgz] |
|---|---|---|
| author | madavi <jm00553988@techmahindra.com> | Wed Nov 20 06:31:27 2019 +0100 |
| committer | Gerrit Code Review <root@osm.etsi.org> | Wed Nov 20 06:31:27 2019 +0100 |
| tree | 895ca9db85a56339e7f232e2e3a0fad4f3900439 | |
| parent | 024f6c39ec6b93381963b5033e7aff9ac6409237 [diff] | |
| parent | 41587489eea6e2619cb2960725e9f9bcf9e557be [diff] |
Merge "Install latest stable version of Juju"
diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index d6a0286..7b45761 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh
@@ -631,7 +631,7 @@ function install_juju() { echo "Installing juju" - sudo snap install juju --classic --channel=2.5/stable + sudo snap install juju --classic [ -z "$INSTALL_NOLXD" ] && sudo dpkg-reconfigure -p medium lxd echo "Finished installation of juju" return 0