Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
devops
/
1b64bd46bd7765a4dc3eee3d868bf0d6cc95ca66
/
.
/
packer
/
scripts
/
get-install-osm.sh
blob: 534799bbfad938e3481a79440e61f7e959484a73 [
file
] [
log
] [
blame
]
Mike Marchetti
1b64bd4
2018-06-13 09:21:40 -0400
[
diff
] [
blame^
]
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