mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-21 23:18:12 +00:00
add uninstall script
This commit is contained in:
6
uninstall.sh
Normal file
6
uninstall.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
systemctl stop tailscaled
|
||||
systemctl disable tailscaled
|
||||
rm /etc/systemd/system/tailscaled.service
|
||||
rm /etc/default/tailscaled
|
||||
rm /etc/profile.d/tailscale.sh
|
||||
rm -rf /opt/tailscale/tailscale
|
Reference in New Issue
Block a user