Skip to content
Snippets Groups Projects
get-install-osm.sh 293 B
Newer Older
#!/bin/bash
export PATH=$PATH:/snap/bin
echo "PATH=$PATH"
juju status

Mike Marchetti's avatar
Mike Marchetti committed
wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh
chmod +x install_osm.sh
./install_osm.sh --nolxd --nodocker --nojuju -y

cat >> ~/.bashrc <<-EOF
export OSM_HOSTNAME=127.0.0.1
export OSM_SOL005=True

EOF