This commit is contained in:
firebadnofire 2025-02-08 22:09:08 -05:00
parent 363d9ff501
commit 9d604df572
Signed by: firebadnofire
SSH key fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
## How to install server:
``` 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
./shadowsocks.sh 2>&1 | tee shadowsocks.log
```

View file

@ -308,7 +308,7 @@ install_dependencies() {
elif check_sys packageManager apt; then
apt_depends=(
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
)