X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=167ca87bd07b2c1832563b3e603e4b4d578d6c83;hb=bcefb0db1e9822b87163a5daf6277b5f9b42ebeb;hp=ffeb9605fe7fe9d7e8f97c60332f961afeac10de;hpb=f3e42cf1fda77c71980daac18fe0cb55f52be1d1;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index ffeb9605..167ca87b 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -630,7 +630,7 @@ function install_docker_compose() { function install_juju() { echo "Installing juju" - sudo snap install juju --classic + sudo snap install juju --classic --channel=2.5/stable [ -z "$INSTALL_NOLXD" ] && sudo dpkg-reconfigure -p medium lxd echo "Finished installation of juju" return 0