mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-06 16:25:10 -04:00
Update dnf config-manager syntax
This commit is contained in:
parent
062077b6be
commit
e54de039cc
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue