Skip to content

Commit

Permalink
Update uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3NGYZ authored Aug 23, 2023
1 parent 0d44498 commit ac320af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ rm -rf /etc/init.d/tailscale*
rm -rf /usr/bin/tailscale*
rm -rf /tmp/tailscale*
rm -rf /var/lib/tailscale*
cd /
find . -type f -name "*tailscale*" -exec rm -f {} +
find . -type d -name "*tailscale*" -exec rm -rf {} +
echo "已清除"

0 comments on commit ac320af

Please sign in to comment.