commit
This commit is contained in:
parent
363d9ff501
commit
9d604df572
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
## How to install server:
|
## How to install server:
|
||||||
``` bash
|
``` bash
|
||||||
wget --no-check-certificate https://raw.githubusercontent.com/Yuk1n0/Shadowsocks-Install/master/shadowsocks.sh
|
wget --no-check-certificate https://gitea.lan/firebadnofire/Shadowsocks-Install/raw/branch/master/shadowsocks.sh
|
||||||
chmod +x shadowsocks.sh
|
chmod +x shadowsocks.sh
|
||||||
./shadowsocks.sh 2>&1 | tee shadowsocks.log
|
./shadowsocks.sh 2>&1 | tee shadowsocks.log
|
||||||
```
|
```
|
||||||
|
|
|
@ -308,7 +308,7 @@ install_dependencies() {
|
||||||
elif check_sys packageManager apt; then
|
elif check_sys packageManager apt; then
|
||||||
apt_depends=(
|
apt_depends=(
|
||||||
autoconf automake build-essential cpio curl gcc gettext git gzip libpcre3 libpcre3-dev
|
autoconf automake build-essential cpio curl gcc gettext git gzip libpcre3 libpcre3-dev
|
||||||
libtool make openssl perl python python-dev python-setuptools qrencode unzip
|
libtool make openssl perl python3 python3-dev python3-setuptools qrencode unzip
|
||||||
libc-ares-dev libev-dev libssl-dev zlib1g-dev
|
libc-ares-dev libev-dev libssl-dev zlib1g-dev
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue