From bd884a56bfe6b021335218491f66b38d1adfaef7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 14 Jun 2019 08:00:12 -0700 Subject: [PATCH] Install libssl1.1 better --- net/gce.sh | 2 +- net/scripts/install-libssl-compatability.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/net/gce.sh b/net/gce.sh index 9e9d44e18f..cde63a9c45 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -591,7 +591,7 @@ EOK chmod 444 /solana-id_ecdsa USER=\$(id -un) - +export DEBIAN_FRONTEND=noninteractive $( cd "$here"/scripts/ cat \ diff --git a/net/scripts/install-libssl-compatability.sh b/net/scripts/install-libssl-compatability.sh index efa58d7c87..52d37b10e2 100755 --- a/net/scripts/install-libssl-compatability.sh +++ b/net/scripts/install-libssl-compatability.sh @@ -12,7 +12,4 @@ apt-get --assume-yes install libssl-dev # solanalabs/rust docker image # # cc: https://github.com/solana-labs/solana/issues/1090 -# cc: https://packages.ubuntu.com/bionic/amd64/libssl1.1/download -wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.1_amd64.deb -dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.1_amd64.deb -rm libssl1.1_1.1.1-1ubuntu2.1~18.04.1_amd64.deb +apt-get --assume-yes install libssl1.1