fix help for centos5
This commit is contained in:
parent
e898f92191
commit
63ca66031c
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -17,7 +17,22 @@ Debian / Ubuntu:
|
||||||
apt-get install python-pip
|
apt-get install python-pip
|
||||||
pip install shadowsocks
|
pip install shadowsocks
|
||||||
|
|
||||||
CentOS:
|
CentOS 5:
|
||||||
|
|
||||||
|
# install python26
|
||||||
|
rpm -ivh https://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
|
||||||
|
yum install -y python26
|
||||||
|
|
||||||
|
# install setuptools
|
||||||
|
wget -c peak.telecommunity.com/dist/ez_setup.py -O - | python26
|
||||||
|
|
||||||
|
# update /etc/pki/tls/certs/ca-bundle.crt
|
||||||
|
yum update -y openssl
|
||||||
|
|
||||||
|
easy_install pip
|
||||||
|
pip install shadowsocks
|
||||||
|
|
||||||
|
CentOS 6/7:
|
||||||
|
|
||||||
yum install python-setuptools && easy_install pip
|
yum install python-setuptools && easy_install pip
|
||||||
pip install shadowsocks
|
pip install shadowsocks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue