Rename install.sh to install_cdn.sh

This commit is contained in:
juewuy
2020-10-12 10:40:35 +08:00
committed by GitHub
parent f607cfbc70
commit 9ea1fb7df6

View File

@@ -11,7 +11,7 @@ echo "** by Juewuy **"
echo "***********************************************"
#检查root权限
[ "$USER" != "root" ] && echo 请使用root用户执行安装&& exit 1
[ "$USER" != "root" ] && [ "$USER" != "admin" ] && echo 请使用root用户执行安装&& exit 1
#检查更新
url="https://cdn.jsdelivr.net/gh/juewuy/ShellClash"