From e54de039cc473c4b5f9a80cc371e5ab3998a21c1 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 1 Feb 2025 04:43:28 -0700 Subject: [PATCH] Update dnf config-manager syntax --- content/posts/qubes/Using IVPN on Qubes OS.md | 2 +- content/posts/qubes/Using Mullvad VPN on Qubes OS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/qubes/Using IVPN on Qubes OS.md b/content/posts/qubes/Using IVPN on Qubes OS.md index b1faf6d..ae344a4 100644 --- a/content/posts/qubes/Using IVPN on Qubes OS.md +++ b/content/posts/qubes/Using IVPN on Qubes OS.md @@ -27,7 +27,7 @@ echo 'binds+=( '\'''/etc/opt/ivpn/mutable''\'' )' | sudo tee /etc/qubes-bind-dir Inside of the TemplateVM you have just created, do the following: ```bash -sudo dnf config-manager --add-repo https://repo.ivpn.net/stable/fedora/generic/ivpn.repo +sudo dnf config-manager addrepo --from-repofile=https://repo.ivpn.net/stable/fedora/generic/ivpn.repo sudo dnf install -y ivpn-ui ``` diff --git a/content/posts/qubes/Using Mullvad VPN on Qubes OS.md b/content/posts/qubes/Using Mullvad VPN on Qubes OS.md index dab6395..74933d0 100644 --- a/content/posts/qubes/Using Mullvad VPN on Qubes OS.md +++ b/content/posts/qubes/Using Mullvad VPN on Qubes OS.md @@ -27,7 +27,7 @@ echo 'binds+=( '\'''/etc/mullvad-vpn''\'' )' | sudo tee /etc/qubes-bind-dirs.d/5 Inside of the TemplateVM you have just created, do the following: ```bash -sudo dnf config-manager --add-repo https://repository.mullvad.net/rpm/stable/mullvad.repo +sudo dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/rpm/stable/mullvad.repo sudo dnf install -y mullvad-vpn ```