Skip to content

Commit

Permalink
update dependency packages
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Jul 22, 2017
1 parent 31c1c8c commit a8f1113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shadowsocks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,10 @@ pre_install(){
char=`get_char`
# Install necessary dependencies
if check_sys packageManager yum; then
yum install -y python python-devel openssl openssl-devel curl wget unzip gcc automake autoconf make libtool
yum install -y python python-devel python-setuptools openssl openssl-devel curl wget unzip gcc automake autoconf make libtool
elif check_sys packageManager apt; then
apt-get -y update
apt-get -y install python python-dev openssl libssl-dev curl wget unzip gcc automake autoconf make libtool
apt-get -y install python python-dev python-setuptools openssl libssl-dev curl wget unzip gcc automake autoconf make libtool
fi
cd ${cur_dir}
}
Expand Down

0 comments on commit a8f1113

Please sign in to comment.