From 9d604df5723ddca31d0438236e85b71ed7fc6df6 Mon Sep 17 00:00:00 2001 From: firebadnofire Date: Sat, 8 Feb 2025 22:09:08 -0500 Subject: [PATCH] commit --- README.md | 2 +- shadowsocks.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7c8be1..528ba0c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/shadowsocks.sh b/shadowsocks.sh index 227a42b..6317da1 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -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 )