mirror of
https://github.com/wnlen/clash-for-linux.git
synced 2026-03-21 22:06:45 +08:00
Update install.sh
This commit is contained in:
@ -461,6 +461,14 @@ if [ -f "$Install_Dir/clashctl" ]; then
|
||||
install -m 0755 "$Install_Dir/clashctl" /usr/local/bin/clashctl
|
||||
fi
|
||||
|
||||
if [ -f "$Install_Dir/clashon" ]; then
|
||||
install -m 0755 "$Install_Dir/clashon" /usr/local/bin/clashon
|
||||
fi
|
||||
|
||||
if [ -f "$Install_Dir/clashoff" ]; then
|
||||
install -m 0755 "$Install_Dir/clashoff" /usr/local/bin/clashoff
|
||||
fi
|
||||
|
||||
# =========================
|
||||
# 友好收尾输出(闭环)
|
||||
# =========================
|
||||
|
||||
Reference in New Issue
Block a user