mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-20 09:26:37 +00:00
Merge pull request #20 from SISheogorath/patch-1
This commit is contained in:
@@ -128,7 +128,8 @@ You need to replace some variables from the URL above:
|
|||||||
```bash
|
```bash
|
||||||
tar xcf ./netbird_<VERSION>.tar.gz
|
tar xcf ./netbird_<VERSION>.tar.gz
|
||||||
sudo mv netbird /usr/bin/netbird
|
sudo mv netbird /usr/bin/netbird
|
||||||
chmod +x /usr/bin/netbird
|
sudo chown root:root /usr/bin/netbird
|
||||||
|
sudo chmod +x /usr/bin/netbird
|
||||||
```
|
```
|
||||||
After that you may need to add /usr/bin in your PATH environment variable:
|
After that you may need to add /usr/bin in your PATH environment variable:
|
||||||
````bash
|
````bash
|
||||||
|
|||||||
Reference in New Issue
Block a user