From 71fa51a777e076d7a124aeebc725b768b464c84b Mon Sep 17 00:00:00 2001 From: GodSpoon <60049225+GodSpoon@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:24:43 -0500 Subject: [PATCH] Update installation command for Synology NAS (#507) Had to add sudo for it to run correctly --- src/pages/get-started/install/synology.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/get-started/install/synology.mdx b/src/pages/get-started/install/synology.mdx index 45e88c2d..2154e781 100644 --- a/src/pages/get-started/install/synology.mdx +++ b/src/pages/get-started/install/synology.mdx @@ -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.