Skip to content

Commit

Permalink
Merge pull request #839 from ivpn/task/docs-edit-linux-fedora-commands
Browse files Browse the repository at this point in the history
docs: Update Linux-Fedora repo install commands
  • Loading branch information
jurajhilje authored Nov 5, 2024
2 parents 365e38e + 9dbab6a commit 85319e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/content/en/pages/apps-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,12 @@ sudo apt install ivpn
### Fedora {#fedora}

```pkgconfig
# Add the IVPN repository
# [Fedora 40 and below] Add the IVPN repository
sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/fedora/generic/ivpn.repo
# [Fedora 41+] Add the IVPN repository
sudo dnf config-manager addrepo --from-repofile=https://repo.ivpn.net/stable/fedora/generic/ivpn.repo
# To install IVPN software (CLI and UI)
sudo dnf install ivpn-ui
Expand Down
5 changes: 4 additions & 1 deletion src/content/es/pages/apps-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,12 @@ sudo apt install ivpn
### Fedora {#fedora}

```pkgconfig
# Agregar el repositorio IVPN
# [Fedora 40 y versiones anteriores] Agregar el repositorio IVPN
sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/fedora/generic/ivpn.repo
# [Fedora 41+] Agregar el repositorio IVPN
sudo dnf config-manager addrepo --from-repofile=https://repo.ivpn.net/stable/fedora/generic/ivpn.repo
# Para instalar el software IVPN (CLI y UI)
sudo dnf install ivpn-ui
Expand Down

0 comments on commit 85319e9

Please sign in to comment.