X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=boot%2Fcli_install.sh;h=22fec53e645dd68479e40b88d31f17790050dc99;hb=refs%2Fheads%2Fbeijing;hp=d167a1a5f6c61aa6c07af244e5a65e3a78dd3971;hpb=155b752b944d11b6213d1d5cae5194a52a4630a9;p=demo.git diff --git a/boot/cli_install.sh b/boot/cli_install.sh index d167a1a5..22fec53e 100644 --- a/boot/cli_install.sh +++ b/boot/cli_install.sh @@ -16,11 +16,12 @@ # limitations under the License. #******************************************************************************* -CLI_LATEST_BINARY="https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.cli&a=cli-zip&e=zip&v=LATEST" +CLI_LATEST_BINARY="https://nexus.onap.org/content/repositories/releases/org/onap/cli/cli-zip/1.1.0/cli-zip-1.1.0.zip" CLI_INSTALL_DIR=/opt/onap/cli CLI_ZIP=cli.zip CLI_BIN=/usr/bin/onap export ONAP_CLI_HOME=$CLI_INSTALL_DIR +export CLI_PRODUCT_VERSION=onap-1.1 #create install dir if [ -d $CLI_INSTALL_DIR ]