Skip to content

Commit

Permalink
Add section on updating on linux
Browse files Browse the repository at this point in the history
Added a section on how to update the netbird client on linux.
  • Loading branch information
simen64 authored Jul 22, 2024
1 parent a2cefe3 commit b07ad3f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/how-to/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,18 @@ netbird up --management-url https://<CORRECT HOST:PORT>/
```
To override it see the solution #1 above.
## Updating
### Linux
If your netbird client was installed through a package manager, use that to update.
If you used the one-command script to install, you can follow this to update:
```bash
netbird down
curl -fsSLO https://pkgs.netbird.io/install.sh
chmod +x install.sh
./install.sh --update
netbird up
```

0 comments on commit b07ad3f

Please sign in to comment.