mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 16:36:35 +00:00
add rpm package required for netbird-ui (#73)
* add rpm package required for netbird-ui * fix command for adding rpm repository
This commit is contained in:
@@ -33,37 +33,37 @@ export const title = 'Installation'
|
|||||||
|
|
||||||
1. Add the repository:
|
1. Add the repository:
|
||||||
```bash
|
```bash
|
||||||
cat <<EOF | sudo tee /etc/yum.repos.d/wiretrustee.repo
|
sudo tee /etc/yum.repos.d/wiretrustee.repo <<EOF
|
||||||
[Wiretrustee]
|
[Wiretrustee]
|
||||||
name=Wiretrustee
|
name=Wiretrustee
|
||||||
baseurl=https://pkgs.wiretrustee.com/yum/
|
baseurl=https://pkgs.wiretrustee.com/yum/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
gpgkey=https://pkgs.wiretrustee.com/yum/repodata/repomd.xml.key
|
gpgkey=https://pkgs.wiretrustee.com/yum/repodata/repomd.xml.key
|
||||||
repo_gpgcheck=1
|
repo_gpgcheck=1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
2. Install the package
|
2. Install the package
|
||||||
```bash
|
```bash
|
||||||
# for CLI only
|
# for CLI only
|
||||||
sudo yum install netbird
|
sudo yum install netbird
|
||||||
# for GUI package
|
# for GUI package
|
||||||
sudo yum install netbird-ui
|
sudo yum install libappindicator-gtk3 libappindicator netbird-ui
|
||||||
```
|
```
|
||||||
|
|
||||||
**Fedora**
|
**Fedora**
|
||||||
|
|
||||||
1. Create the repository file:
|
1. Create the repository file:
|
||||||
```bash
|
```bash
|
||||||
cat <<EOF | sudo tee /etc/yum.repos.d/wiretrustee.repo
|
sudo tee /etc/yum.repos.d/wiretrustee.repo <<EOF
|
||||||
[Wiretrustee]
|
[Wiretrustee]
|
||||||
name=Wiretrustee
|
name=Wiretrustee
|
||||||
baseurl=https://pkgs.wiretrustee.com/yum/
|
baseurl=https://pkgs.wiretrustee.com/yum/
|
||||||
enabled=1
|
enabled=1
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
gpgkey=https://pkgs.wiretrustee.com/yum/repodata/repomd.xml.key
|
gpgkey=https://pkgs.wiretrustee.com/yum/repodata/repomd.xml.key
|
||||||
repo_gpgcheck=1
|
repo_gpgcheck=1
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
2. Import the file
|
2. Import the file
|
||||||
```bash
|
```bash
|
||||||
@@ -74,7 +74,7 @@ export const title = 'Installation'
|
|||||||
# for CLI only
|
# for CLI only
|
||||||
sudo dnf install netbird
|
sudo dnf install netbird
|
||||||
# for GUI package
|
# for GUI package
|
||||||
sudo dnf install netbird-ui
|
sudo dnf install libappindicator-gtk3 libappindicator netbird-ui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user