diff options
Diffstat (limited to 'boot/portal_install.sh')
-rw-r--r-- | boot/portal_install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/boot/portal_install.sh b/boot/portal_install.sh index b8d7f1cd..af96e5e4 100644 --- a/boot/portal_install.sh +++ b/boot/portal_install.sh @@ -55,10 +55,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 unzip mysql-client-core-5.6 ntp ntpdate make +apt-get install -y apt-transport-https ca-certificates wget git unzip mysql-client-core-5.6 ntp ntpdate make # Download scripts from Nexus unzip -p -j /opt/boot-$ARTIFACTS_VERSION.zip portal_vm_init.sh > /opt/portal_vm_init.sh |