blob: aefe77a8c8f70a34936db0e457488bbd730b28f7 [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
8./install_osm.sh --nolxd --nodocker --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