X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Finstall-openmano.sh;h=a1981480d9b5f7a35de649ad5b6725ce1c7a821a;hb=e5ef517abec7db86ce2ee7cba628548ce4b5a6fd;hp=36f59d464cf2703ed067d47d3a9853fa8f5e1c9f;hpb=89cb0d152c7a052ec868a666a9789056596fbdc7;p=osm%2FRO.git diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh index 36f59d46..a1981480 100755 --- a/scripts/install-openmano.sh +++ b/scripts/install-openmano.sh @@ -39,7 +39,7 @@ function usage(){ echo -e " --force: makes idenpotent, delete previous installations folders if needed" echo -e " --noclone: assumes that openmano was cloned previously and that this script is run from the local repo" echo -e " --no-install-packages: use this option to skip updating and installing the requires packages. This avoid wasting time if you are sure requires packages are present e.g. because of a previous installation" - echo -e " --no-db: do not insall mysql server" + echo -e " --no-db: do not install mysql server" } function install_packages(){