Skip to content

Commit

Permalink
Create uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3NGYZ authored Mar 1, 2023
1 parent cec990c commit 77693cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

/etc/init.d/tailscale disable
rm -rf /etc/init.d/tailscale*
rm -rf /usr/bin/tailscale*
rm -rf /tmp/tailscale*
rm -rf /var/lib/tailscale*
echo "已清除"

0 comments on commit 77693cb

Please sign in to comment.