Skip to content

Commit

Permalink
Merge pull request #688 from anonuser9/patch-1
Browse files Browse the repository at this point in the history
Update apps-linux.md
  • Loading branch information
jurajhilje authored Sep 16, 2023
2 parents 177f73c + 675559f commit 57850a9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/content/pages/apps-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ curl -fsSL https://repo.ivpn.net/stable/ubuntu/generic.list | sudo tee /etc/apt/
sudo chown root:root /etc/apt/sources.list.d/ivpn.list && sudo chmod 644 /etc/apt/sources.list.d/ivpn.list
# Update APT repo info
sudo apt-get update
sudo apt update
# To install IVPN software (CLI and UI)
sudo apt-get install ivpn-ui
sudo apt install ivpn-ui
# To install only IVPN CLI
sudo apt-get install ivpn
sudo apt install ivpn
```

### Debian {#debian}
Expand All @@ -127,13 +127,13 @@ curl -fsSL https://repo.ivpn.net/stable/debian/generic.list | sudo tee /etc/apt/
sudo chown root:root /etc/apt/sources.list.d/ivpn.list && sudo chmod 644 /etc/apt/sources.list.d/ivpn.list
# Update APT repo info
sudo apt-get update
sudo apt update
# To install IVPN software (CLI and UI)
sudo apt-get install ivpn-ui
sudo apt install ivpn-ui
# To install only IVPN CLI
sudo apt-get install ivpn
sudo apt install ivpn
```

### Mint {#mint}
Expand All @@ -154,13 +154,13 @@ curl -fsSL https://repo.ivpn.net/stable/mint/generic.list | sudo tee /etc/apt/so
sudo chown root:root /etc/apt/sources.list.d/ivpn.list && sudo chmod 644 /etc/apt/sources.list.d/ivpn.list
# Update APT repo info
sudo apt-get update
sudo apt update
# To install IVPN software (CLI and UI)
sudo apt-get install ivpn-ui
sudo apt install ivpn-ui
# To install only IVPN CLI
sudo apt-get install ivpn
sudo apt install ivpn
```

### Fedora {#fedora}
Expand Down

0 comments on commit 57850a9

Please sign in to comment.