From 9f34dfbfb674aec00336f635b22f07bf62de2d89 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 28 Jul 2026 18:21:10 +0200 Subject: [PATCH] Document NETBIRD_INSTALL_EPEL for unattended installs --- src/pages/get-started/install/linux.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/get-started/install/linux.mdx b/src/pages/get-started/install/linux.mdx index 9b7e8b61..952b1a5e 100644 --- a/src/pages/get-started/install/linux.mdx +++ b/src/pages/get-started/install/linux.mdx @@ -48,6 +48,14 @@ Linux `netbird-ui` packages are built for **x86_64** only. On arm64 and other ar curl -fsSL https://pkgs.netbird.io/install.sh | sh ``` + +On RHEL, AlmaLinux and Rocky Linux 10, the desktop app needs WebKitGTK 6.0 from the [EPEL](https://docs.fedoraproject.org/en-US/epel/getting-started/) repository. The script asks for confirmation before enabling EPEL. For unattended installs, confirm beforehand with: + +```bash +curl -fsSL https://pkgs.netbird.io/install.sh | NETBIRD_INSTALL_EPEL=true sh +``` + + ### Ubuntu/Debian (APT) 1. Add the repository: