X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fscripts%2Fget-install-osm.sh;h=04b107c7e749134f9c02a5779d623986f389dd97;hb=e00c8f935be102d88710200711d69a2b64e58d11;hp=e04b96acf06783d9a2cd7d1aa2eb7e6e4d5ce44c;hpb=79731f43c074d742a3d90b02684bf48d4bf3b3c1;p=osm%2Fdevops.git diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh index e04b96ac..04b107c7 100755 --- a/packer/scripts/get-install-osm.sh +++ b/packer/scripts/get-install-osm.sh @@ -3,9 +3,9 @@ export PATH=$PATH:/snap/bin echo "PATH=$PATH" juju status -git clone https://osm.etsi.org/gerrit/osm/vim-emu.git -git clone https://osm.etsi.org/gerrit/osm/devops.git -eval devops/installers/full_install_osm.sh --nolxd -y "$1" +wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh +chmod +x install_osm.sh +./install_osm.sh --nolxd --nojuju -y cat >> ~/.bashrc <<-EOF export OSM_HOSTNAME=127.0.0.1