X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installers%2Ffull_install_osm.sh;fp=installers%2Ffull_install_osm.sh;h=7767a2cdd1b488610c50fdb7a4f349022cdae6cc;hb=727b5d139580ebd35b8d7368eecf520eedce953e;hp=96d8b8b72a60c10b46b2c69250476eecc3dd57a5;hpb=8a68c6c6fca87c91b5681f25af1671f8036e64b0;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 96d8b8b7..7767a2cd 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1132,6 +1132,7 @@ fi # Charmed installation if [ -n "$CHARMED" ]; then + sudo snap install jq || FATAL "Could not install jq (snap package). Make sure that snap works" export OSM_TRACK_INSTALLATION_ID="$(date +%s)-$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 16)" track start release $RELEASE none none docker_tag $OSM_DOCKER_TAG none none installation_type $OSM_INSTALLATION_TYPE none none ${OSM_DEVOPS}/installers/charmed_install.sh --tag $OSM_DOCKER_TAG "$@" || \