mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-01 17:01:34 -05:00
Update dnf config-manager syntax
This commit is contained in:
parent
062077b6be
commit
e54de039cc
@ -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:
|
Inside of the TemplateVM you have just created, do the following:
|
||||||
|
|
||||||
```bash
|
```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
|
sudo dnf install -y ivpn-ui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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:
|
Inside of the TemplateVM you have just created, do the following:
|
||||||
|
|
||||||
```bash
|
```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
|
sudo dnf install -y mullvad-vpn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user