mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Update installation.mdx for openSUSE (#208)
* adds instructions for installation to openSUSE tumbleweed / leap / MicroOS
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user