mirror of
https://github.com/xxoommd/magic.git
synced 2025-07-12 10:08:53 +00:00
update
This commit is contained in:
@ -53,11 +53,11 @@ hysteria_download_url=""
|
||||
if [ "$DOWNLOAD_SRC" = "gitee" ]; then
|
||||
echo -e "[INFO] Download from ${YELLOW}Gitee${NC} ..."
|
||||
caddy_download_url="https://gitee.com/xxoommd/magic/releases/download/${TAG}/caddy-linux-amd64"
|
||||
hysteria_download_url="https://gitee.com/xxoommd/magic/releases/download/${TAG}/hysteria-linxu-amd64-avx"
|
||||
hysteria_download_url="https://gitee.com/xxoommd/magic/releases/download/${TAG}/hysteria-linux-amd64-avx"
|
||||
else
|
||||
echo -e "[INFO] Download from ${YELLOW}Github${NC} ..."
|
||||
caddy_download_url="https://github.com/xxoommd/magic/releases/download/${TAG}/caddy-linux-amd64"
|
||||
hysteria_download_url="https://github.com/xxoommd/magic/releases/download/${TAG}/hysteria-linxu-amd64-avx"
|
||||
hysteria_download_url="https://github.com/xxoommd/magic/releases/download/${TAG}/hysteria-linux-amd64-avx"
|
||||
fi
|
||||
|
||||
# 设置工作目录
|
||||
|
Reference in New Issue
Block a user