Skip to content

Commit

Permalink
Update uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3NGYZ authored May 25, 2023
1 parent c8b80a0 commit 6060fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/sh

/etc/init.d/tailscale disable
/tmp/tailscale down --accept-risk=lose-ssh
rm -rf /etc/init.d/tailscale*
rm -rf /usr/bin/tailscale*
rm -rf /tmp/tailscale*
rm -rf /var/lib/tailscale*
echo "已清除部分文件,但接口还在,需要手动删除"
echo "已清除"

0 comments on commit 6060fa8

Please sign in to comment.