Add packer scripts for vagrant image generation
[osm/devops.git] / packer / scripts / get-install-osm.sh
1 #!/bin/bash
2 export PATH=$PATH:/snap/bin
3 echo "PATH=$PATH"
4 juju status
5
6 wget "$1"
7 chmod +x install_osm.sh
8 ./install_osm.sh --nolxd -y --vimemu