Skip to content

Commit

Permalink
Make install-nginx.sh Debian-compatible
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ddeboer committed Aug 4, 2014
1 parent b76047f commit ae2d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install-nginx.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ae2d1ee

Please sign in to comment.