Skip to content

Commit 6324842

Browse files
committed
chore: fully remove
1 parent 35601e0 commit 6324842

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

uninstall.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,22 @@ Tailscale should be removed next. Follow the instructions below.
2828

2929
## Remove Tailscale
3030

31+
To disconnect and remove Tailscale state, run:
32+
3133
```bash
3234
tailscale logout
35+
tailscale down
3336
rm -rf /var/lib/tailscale/tailscaled.state
3437
```
3538

39+
### Uninstall Tailscale Completely
40+
41+
To fully uninstall Tailscale, run:
42+
43+
```bash
44+
apt-get remove tailscale
45+
```
46+
3647
## 5Stack Panel Files
3748

3849
Then you will want to remove all files associated with 5Stack Panel under `/opt/5stack`

0 commit comments

Comments
 (0)