mirror of
https://github.com/netbirdio/docs.git
synced 2026-08-25 01:01:27 +02:00
Document NETBIRD_INSTALL_EPEL for unattended installs
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user