mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Update installation command for Synology NAS (#507)
Had to add sudo for it to run correctly
This commit is contained in:
@@ -19,7 +19,7 @@ ssh user@192.168.0.53
|
||||
4. Install with one command.
|
||||
|
||||
```bash
|
||||
curl -fsSL https://pkgs.netbird.io/install.sh | sh
|
||||
curl -fsSL https://pkgs.netbird.io/install.sh | sudo sh
|
||||
```
|
||||
|
||||
5. Add your Synology NAS as a Peer using the steps from [Add peers to your NetBird network](https://docs.netbird.io/manage/peers/add-machines-to-your-network) in the documentation.
|
||||
|
||||
Reference in New Issue
Block a user