From ae2d1eeaedf7e8883eb13d41378ad0653fe3bb6b Mon Sep 17 00:00:00 2001 From: David de Boer Date: Mon, 4 Aug 2014 21:47:52 +0200 Subject: [PATCH] Make install-nginx.sh Debian-compatible Try to remove libssl0.9.8 from packages, which is unavailable on Debian 7. With this package removed, the install-script.sh works fully on Debian. --- tests/install-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tests/install-nginx.sh diff --git a/tests/install-nginx.sh b/tests/install-nginx.sh old mode 100644 new mode 100755 index a2302c1c..0b196676 --- a/tests/install-nginx.sh +++ b/tests/install-nginx.sh @@ -1,6 +1,6 @@ #!/bin/sh -sudo apt-get install build-essential libc6 libpcre3 libpcre3-dev libpcrecpp0 libssl0.9.8 libssl-dev zlib1g zlib1g-dev lsb-base +sudo apt-get install build-essential libc6 libpcre3 libpcre3-dev libpcrecpp0 libssl-dev zlib1g zlib1g-dev lsb-base cd /tmp/ mkdir custom_nginx cd custom_nginx