diff options
Diffstat (limited to 'boot/so_install.sh')
-rw-r--r-- | boot/so_install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/boot/so_install.sh b/boot/so_install.sh index f346cbf5..f3700dc0 100644 --- a/boot/so_install.sh +++ b/boot/so_install.sh @@ -56,10 +56,8 @@ 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 openjdk-8-jdk git ntp ntpdate make +apt-get install -y apt-transport-https ca-certificates wget git ntp ntpdate make # Download scripts from Nexus unzip -p -j /opt/boot-$ARTIFACTS_VERSION.zip so_vm_init.sh > /opt/so_vm_init.sh |