From e428a05b455abc5fd640b3c2378221c5cd3dd1fd Mon Sep 17 00:00:00 2001 From: Azamat <126635587+iAzamat2@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:49:13 +0500 Subject: [PATCH] Update hev-socks5-server-install.sh (#6953) Update hev-socks5-server-install.sh Change branch name from master to main. https://raw.githubusercontent.com/heiher/${APPLICATION}/refs/heads/master/conf/main.yml <= 404 Not found https://raw.githubusercontent.com/heiher/hev-socks5-server/refs/heads/main/conf/main.yml <= Correct link --- install/hev-socks5-server-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/hev-socks5-server-install.sh b/install/hev-socks5-server-install.sh index 241f16110..a3c527f40 100644 --- a/install/hev-socks5-server-install.sh +++ b/install/hev-socks5-server-install.sh @@ -19,7 +19,7 @@ curl -L -o "${APPLICATION}" "https://github.com/heiher/${APPLICATION}/releases/d mv ${APPLICATION} /opt/${APPLICATION} chmod +x /opt/${APPLICATION} echo "${RELEASE}" >/opt/${APPLICATION}_version.txt -curl -L -o "main.yml" "https://raw.githubusercontent.com/heiher/${APPLICATION}/refs/heads/master/conf/main.yml" +curl -L -o "main.yml" "https://raw.githubusercontent.com/heiher/${APPLICATION}/refs/heads/main/conf/main.yml" sed -i 's/^#auth:/auth:/; s/^# file: conf\/auth.txt/ file: \/root\/hev.creds/' main.yml mkdir -p /etc/${APPLICATION} USERNAME="admin"