We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc138e8 commit 9266638Copy full SHA for 9266638
1 file changed
pkg/cmd/register/netbird.go
@@ -59,6 +59,8 @@ case "$PKG_MGR" in
59
esac
60
61
sudo rm -rf /etc/netbird
62
+sudo rm -rf /var/lib/netbird
63
+sudo rm /usr/local/bin/netbird # should be redundant with uninstalls, but for safety
64
`
65
66
cmd := exec.Command("bash", "-c", script) // #nosec G204
0 commit comments