diff --git a/config/app.conf b/config/app.conf index f3ef57f..af6ae1d 100644 --- a/config/app.conf +++ b/config/app.conf @@ -5,7 +5,7 @@ PROJECT_NAME="s-hy2" PROJECT_VERSION="1.1.0" PROJECT_REPO_URL="https://github.com/sindricn/s-hy2" -PROJECT_RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/main" +PROJECT_RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/dev" # 默认端口和网络设置 DEFAULT_LISTEN_PORT=443 diff --git a/quick-install.sh b/quick-install.sh index bb0c452..aecdd9f 100644 --- a/quick-install.sh +++ b/quick-install.sh @@ -44,7 +44,7 @@ SCRIPT_NAME="s-hy2" INSTALL_DIR="/opt/$SCRIPT_NAME" BIN_DIR="/usr/local/bin" REPO_URL="https://github.com/sindricn/s-hy2" -RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/main" +RAW_URL="https://raw.githubusercontent.com/sindricn/s-hy2/dev" # 打印标题 print_header() {