From bf787c683f95e71422cb8fd13523f5a61515975b Mon Sep 17 00:00:00 2001 From: Teddysun Date: Mon, 15 Dec 2014 00:06:42 +0900 Subject: [PATCH] Update system before install shadowsocks --- shadowsocks-libev-debian.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shadowsocks-libev-debian.sh b/shadowsocks-libev-debian.sh index debac0a..4f3dce1 100644 --- a/shadowsocks-libev-debian.sh +++ b/shadowsocks-libev-debian.sh @@ -66,7 +66,9 @@ function pre_install(){ echo "" echo "Press any key to start...or Press Ctrl+C to cancel" char=`get_char` - #Install necessary dependencies + # Update System + apt-get -y update + # Install necessary dependencies apt-get install -y wget unzip curl build-essential autoconf libtool libssl-dev # Get IP address echo "Getting Public IP address, Please wait a moment..."