mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-20 17:36:36 +00:00
Add section on updating on linux (#203)
Added a section on how to update the netbird client on linux.
This commit is contained in:
@@ -330,3 +330,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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user