更新脚本安装方式

This commit is contained in:
Erope
2021-05-13 20:14:14 +08:00
parent f06a98fd54
commit 8a4c04459d
4 changed files with 23 additions and 7 deletions

9
script/fetch.sh Normal file
View File

@@ -0,0 +1,9 @@
if [[ -z "${CN}" ]]; then
GITHUB_RAW_URL="raw.githubusercontent.com/naiba/nezha/master"
else
GITHUB_RAW_URL="cdn.jsdelivr.net/gh/naiba/nezha@master"
fi
mkdir -p /opt/nezha
chmod 777 /opt/nezha
curl -sSL https://${GITHUB_RAW_URL}/script/install.sh -o /opt/nezha/nezha.sh
chmod +x /opt/nezha/nezha.sh