Update installation.mdx for openSUSE (#208)

* adds instructions for installation to openSUSE tumbleweed / leap / MicroOS
This commit is contained in:
Stuart Cardall
2024-08-12 11:34:49 +00:00
committed by GitHub
parent 0b48f687e9
commit e534543875

View File

@@ -83,6 +83,25 @@ EOF
sudo dnf install libappindicator-gtk3 libappindicator netbird-ui
```
**openSUSE**
1. Add the repository:
```
sudo zypper addrepo https://pkgs.netbird.io/yum/ netbird
```
2. Install the package / GPG key
* Key Fingerprint: `AA9C 09AA 9DEA 2F58 112B 40DF DFFE AB2F D267 A61F`
* Key ID: `DFFEAB2FD267A61F`
* Email: `dev@wiretrustee.com`
```
# MicroOS (immutable OS with selinux)
transactional-update pkg in netbird
reboot
# Tumbleweed / Leap
zypper in netbird
```
**NixOS 22.11+/unstable**