X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fscripts%2Fget-install-osm.sh;h=04b107c7e749134f9c02a5779d623986f389dd97;hb=aa4905206a547169672d45300102afd5709992ae;hp=e8f84d6278fb0719115a8663cd6126cf852d5a7e;hpb=3069e8977f4f107e3c46e71a893b001020989e15;p=osm%2Fdevops.git diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh index e8f84d62..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 -devops/installers/full_install_osm.sh --nolxd -y $* +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