mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Universal Blue - Native (#387)
Layer in netbird to a universal blue image at runtime.
This commit is contained in:
@@ -91,6 +91,36 @@ 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.
|
||||
|
||||
|
||||
### Universal Blue (Native package)
|
||||
|
||||
1. Create the repository file:
|
||||
```bash
|
||||
sudo tee /etc/yum.repos.d/netbird.repo <<EOF
|
||||
[netbird]
|
||||
name=netbird
|
||||
baseurl=https://pkgs.netbird.io/yum/
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
gpgkey=https://pkgs.netbird.io/yum/repodata/repomd.xml.key
|
||||
repo_gpgcheck=1
|
||||
EOF
|
||||
```
|
||||
|
||||
3. Install the package
|
||||
```bash
|
||||
# for CLI only
|
||||
rpm-ostree install netbird
|
||||
# for GUI package
|
||||
rpm-ostree install netbird-ui
|
||||
# Don't forget to reboot to apply
|
||||
```
|
||||
4. Start the service
|
||||
```bash
|
||||
systemctl enable --now netbird
|
||||
```
|
||||
|
||||
|
||||
### Fedora Universal Blue / SteamOS (DistroBox)
|
||||
1. Create a distrobox container
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user