Last active
February 28, 2026 01:40
-
-
Save KnightsWhoSayNi0/87b3bd934a788884f954dad6ca476395 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo su | |
| sudo apt purge netbird -y | |
| sudo rm -rf /var/lib/netbird/ | |
| curl -fsSL https://pkgs.netbird.io/install.sh | sh | |
| exit | |
| netbird up -m https://vpn.ists.io -k 8B6B0A25-1C6C-4D9E-8765-54F355D90FC1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment