Add repobase option for full_install
Change-Id: I80424e17d6fc77441e47001f842d9b68f25530ae
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/packer/scripts/get-install-osm.sh b/packer/scripts/get-install-osm.sh
index aefe77a..04b107c 100755
--- a/packer/scripts/get-install-osm.sh
+++ b/packer/scripts/get-install-osm.sh
@@ -5,7 +5,7 @@
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
+./install_osm.sh --nolxd --nojuju -y
cat >> ~/.bashrc <<-EOF
export OSM_HOSTNAME=127.0.0.1