aboutsummaryrefslogtreecommitdiffstats
path: root/boot/robot_install.sh
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-01 15:06:44 -0400
committerMarco Platania <platania@research.att.com>2017-08-01 15:06:44 -0400
commit1f18e460ca08b54a47993ddcce7934012c85f60a (patch)
tree8f4f11a8d0e70118957f2a49070c44b8bbe7d491 /boot/robot_install.sh
parent54d70de40c1a7ac88c06ea61292f3a4721d8e2f6 (diff)
Move poms/scripts from OpenECOMP to ONAP
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/robot_install.sh')
-rw-r--r--boot/robot_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/robot_install.sh b/boot/robot_install.sh
index d6cd3829..caf5bef4 100644
--- a/boot/robot_install.sh
+++ b/boot/robot_install.sh
@@ -52,8 +52,8 @@ apt-get update
apt-get install -y apt-transport-https ca-certificates wget openjdk-8-jdk git ntp ntpdate make
# Download scripts from Nexus
-curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/robot_vm_init.sh -o /opt/robot_vm_init.sh
-curl -k $NEXUS_REPO/org.openecomp.demo/boot/$ARTIFACTS_VERSION/robot_serv.sh -o /opt/robot_serv.sh
+curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/robot_vm_init.sh -o /opt/robot_vm_init.sh
+curl -k $NEXUS_REPO/org.onap.demo/boot/$ARTIFACTS_VERSION/robot_serv.sh -o /opt/robot_serv.sh
chmod +x /opt/robot_vm_init.sh
chmod +x /opt/robot_serv.sh
mv /opt/robot_serv.sh /etc/init.d