Update installation command for Synology NAS (#507)

Had to add sudo for it to run correctly
This commit is contained in:
GodSpoon
2025-12-05 10:24:43 -05:00
committed by GitHub
parent 53f910aa81
commit 71fa51a777

View File

@@ -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.