📦 调整客户端安装脚本

This commit is contained in:
chaos-zhu 2024-08-17 17:36:45 +08:00
parent d212f68855
commit c063a3e588

View File

@ -64,7 +64,7 @@ then
exit 1
fi
DOWNLOAD_SERVICE_URL="${SERVER_PROXY}https://github.com/chaos-zhu/easynode/releases/download/${CLIENT_VERSION}/easynode-client.service"
DOWNLOAD_SERVICE_URL="${SERVER_PROXY}https://raw.githubusercontent.com/chaos-zhu/easynode/main/client/easynode-client.service"
wget -O ${FILE_PATH}/${SERVER_NAME}.service --no-check-certificate --no-cache ${DOWNLOAD_SERVICE_URL}