diff options
author | 2018-08-02 14:14:22 +0000 | |
---|---|---|
committer | 2018-08-02 14:14:22 +0000 | |
commit | 62347152ef6e9d284d8bc45373fb6f83a5162110 (patch) | |
tree | 4cbbf6dba57b36973893870be52d6047a4506568 /boot/dcae2_install.sh | |
parent | 7bd187204890a67ae0ff654f3c3bfaf15b2abe2c (diff) | |
parent | 2c2914ae3fe4e82209ae9a46f68a15c4ad1ede1e (diff) |
Merge "Remove unnecessary install of JDK"
Diffstat (limited to 'boot/dcae2_install.sh')
-rwxr-xr-x | boot/dcae2_install.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/boot/dcae2_install.sh b/boot/dcae2_install.sh index adf619a5..6446efa5 100755 --- a/boot/dcae2_install.sh +++ b/boot/dcae2_install.sh @@ -46,11 +46,9 @@ then fi # Download dependencies -#echo "deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/java.list -#echo "deb-src http://ppa.launchpad.net/openjdk-r/ppa/ubuntu $(lsb_release -c -s) main" >> /etc/apt/sources.list.d/java.list apt-get update -#apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates wget make openjdk-8-jdk git ntp ntpdate python python-pip -apt-get install --allow-unauthenticated -y apt-transport-https ca-certificates wget git ntp ntpdate python python-pip +#apt-get install -y apt-transport-https ca-certificates wget make git ntp ntpdate python python-pip +apt-get install -y apt-transport-https ca-certificates wget git ntp ntpdate python python-pip # Download scripts from Nexus unzip -p -j /opt/boot-$ARTIFACTS_VERSION.zip dcae2_vm_init.sh > /opt/dcae2_vm_init.sh |