Merge pull request #422 from EasyTier/chore/proxy

🐳 chore: proxy
This commit is contained in:
m1m1sha
2024-10-14 08:36:20 +08:00
committed by GitHub

View File

@@ -109,7 +109,7 @@ fi
echo -e "\r\n${GREEN_COLOR}Your platform: ${ARCH} (${platform}) ${RES}\r\n" 1>&2
GH_PROXY='https://mirror.ghproxy.com/'
GH_PROXY='https://ghp.ci/'
if [ "$(id -u)" != "0" ]; then
echo -e "\r\n${RED_COLOR}This script requires run as Root !${RES}\r\n" 1>&2