blob: 04b107c7e749134f9c02a5779d623986f389dd97 [file] [log] [blame]
Mike Marchetti1b64bd42018-06-13 09:21:40 -04001#!/bin/bash
2export PATH=$PATH:/snap/bin
3echo "PATH=$PATH"
4juju status
5
Mike Marchetti2d71d0d2018-10-02 14:24:47 -04006wget https://osm-download.etsi.org/ftp/osm-5.0-five/install_osm.sh
7chmod +x install_osm.sh
Mike Marchettif9749e22018-10-04 16:36:03 -04008./install_osm.sh --nolxd --nojuju -y
Michael Marchetti79731f42018-07-10 18:07:12 +02009
10cat >> ~/.bashrc <<-EOF
11export OSM_HOSTNAME=127.0.0.1
12export OSM_SOL005=True
13
14EOF