From 00239b2b27a8c2910155fcf59e06902d5f6edc46 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sun, 12 Nov 2017 20:13:17 +0900 Subject: [PATCH] update comments delete libudns-dev, because not need any more Signed-off-by: Teddysun --- shadowsocks-libev-debian.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/shadowsocks-libev-debian.sh b/shadowsocks-libev-debian.sh index 7ee5207..3cc32a0 100644 --- a/shadowsocks-libev-debian.sh +++ b/shadowsocks-libev-debian.sh @@ -283,17 +283,10 @@ pre_install(){ echo "Press any key to start...or press Ctrl+C to cancel" char=`get_char` - # Check jessie in source.list - if debianversion 7; then - grep "jessie" /etc/apt/sources.list > /dev/null 2>&1 - if [ $? -ne 0 ] && [ -r /etc/apt/sources.list ]; then - echo "deb http://http.us.debian.org/debian jessie main" >> /etc/apt/sources.list - fi - fi # Update System apt-get -y update # Install necessary dependencies - apt-get -y --no-install-recommends install gettext build-essential autoconf automake libtool openssl libssl-dev zlib1g-dev libpcre3-dev libudns-dev libev-dev libc-ares-dev + apt-get -y --no-install-recommends install gettext build-essential autoconf automake libtool openssl libssl-dev zlib1g-dev libpcre3-dev libev-dev libc-ares-dev } download() {