Document NETBIRD_INSTALL_EPEL for unattended installs

This commit is contained in:
mlsmaycon
2026-07-28 18:21:10 +02:00
parent f156e9e951
commit 9f34dfbfb6

View File

@@ -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
```
<Note>
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
```
</Note>
### Ubuntu/Debian (APT)
1. Add the repository: