From f9807aab19be2fb8c4122b6b54df474f065a3379 Mon Sep 17 00:00:00 2001 From: It Is The Potato <7907361+cgiAlexis@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:19:11 +0100 Subject: [PATCH] Update installation.mdx for distrobox (#366) Includes the distrobox steps described by Darin755 here https://github.com/netbirdio/netbird/issues/2889#issue-2657135394 --- src/pages/how-to/installation.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index 68e7280b..c5307921 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -94,6 +94,22 @@ sudo gnome-extensions enable appindicatorsupport@rgcjonas.gmail.com ``` Under X11, you may need to restart GNOME Shell (Alt+F2, r, ⏎) after that. Under Wayland you need to logout and login again. +**Fedora Universal Blue / SteamOS** +1. Create a distrobox container +```bash +distrobox create netbird --init --image debian:12 -a "--cap-add=NET_ADMIN" --additional-packages systemd --root` +```` +2. Install inside the container +```bash +distrobox enter --root netbird` +curl -fsSL https://pkgs.netbird.io/install.sh | sh` +```` +3. Export the distrobird binary to the host +```bash +#from inside the container +distrobox-export -b /usr/bin/netbird` +``` + **openSUSE** 1. Add the repository: