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 ef9c9ba commit d0e0e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -426,10 +426,10 @@ echo "卸载完成(ง ื▿ ื)ว."

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

# 下载并安装新的 hy2 脚本
wget -q hy2.willloving.xyz -O /usr/local/bin/hy2 && chmod +x /usr/local/bin/hy2
wget -q hy2.willloving.xyz -O /bin/hy2 && chmod +x /bin/hy2
echo "已添加 hy2 快捷方式"
}

Expand Down

0 comments on commit d0e0e15

Please sign in to comment.