mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	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
This commit is contained in:
		@@ -19,7 +19,7 @@ curl -L -o "${APPLICATION}" "https://github.com/heiher/${APPLICATION}/releases/d
 | 
				
			|||||||
mv ${APPLICATION} /opt/${APPLICATION}
 | 
					mv ${APPLICATION} /opt/${APPLICATION}
 | 
				
			||||||
chmod +x /opt/${APPLICATION}
 | 
					chmod +x /opt/${APPLICATION}
 | 
				
			||||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
 | 
					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
 | 
					sed -i 's/^#auth:/auth:/; s/^#  file: conf\/auth.txt/  file: \/root\/hev.creds/' main.yml
 | 
				
			||||||
mkdir -p /etc/${APPLICATION}
 | 
					mkdir -p /etc/${APPLICATION}
 | 
				
			||||||
USERNAME="admin"
 | 
					USERNAME="admin"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user