From a01b55c5801f0bcc2ddc73382d816a14b7c6de3e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 6 Dec 2018 17:47:00 -0800 Subject: [PATCH] Add newline at end of file --- net/scripts/install-libssl-compatability.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/scripts/install-libssl-compatability.sh b/net/scripts/install-libssl-compatability.sh index 8dbe4fee2c..b740b1f6c4 100755 --- a/net/scripts/install-libssl-compatability.sh +++ b/net/scripts/install-libssl-compatability.sh @@ -14,4 +14,4 @@ apt-get --assume-yes install libssl-dev # cc: https://packages.ubuntu.com/bionic/amd64/libssl1.1/download wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb dpkg -i libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb -rm libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb \ No newline at end of file +rm libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb