Skip to content

Commit

Permalink
更新 install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seagullz4 authored Nov 22, 2024
1 parent d0e0e15 commit 1b55c6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,17 +416,17 @@ else
echo "Hysteria 服务器配置文件不存在。"
fi

rm -r /root/hy3
rm -rf /root/hy3
systemctl stop ipppp.service
systemctl disable ipppp.service
rm /etc/systemd/system/ipppp.service
rm -r /usr/local/bin/hy2
rm -rf /etc/systemd/system/ipppp.service
rm -rf /bin/hy2
echo "卸载完成(ง ื▿ ื)ว."
}

hy2easy() {
# 删除现有的 hy2 二进制文件
rm -f /bin/hy2
rm -rf /bin/hy2

# 下载并安装新的 hy2 脚本
wget -q hy2.willloving.xyz -O /bin/hy2 && chmod +x /bin/hy2
Expand Down

0 comments on commit 1b55c6e

Please sign in to comment.