From 628016efbceddd7b67a0200d587ee310c79aff88 Mon Sep 17 00:00:00 2001 From: RudiAusBuddeln <66952759+RudiAusBuddeln@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:45:25 +0100 Subject: [PATCH] Add required dependency on Arch --- README.md | 2 +- USAGE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 828a105..cd7d37b 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Depending on your distribution, run the appropriate following command to install |Fedora/CentOS/RHEL | `sudo dnf install -y openvpn dialog python3-pip python3-setuptools`| |Ubuntu/Linux Mint/Debian and derivatives | `sudo apt install -y openvpn dialog python3-pip python3-setuptools`| |OpenSUSE/SLES | `sudo zypper in -y openvpn dialog python3-pip python3-setuptools` | -|Arch Linux/Manjaro | `sudo pacman -S openvpn dialog python-pip python-setuptools` | +|Arch Linux/Manjaro | `sudo pacman -S which openvpn dialog python-pip python-setuptools` | #### Installing ProtonVPN-CLI diff --git a/USAGE.md b/USAGE.md index d1e8733..617f602 100644 --- a/USAGE.md +++ b/USAGE.md @@ -84,7 +84,7 @@ Depending on your distribution, run the appropriate following command to install |Fedora/CentOS/RHEL | `sudo dnf install -y openvpn dialog python3-pip python3-setuptools`| |Ubuntu/Linux Mint/Debian and derivatives | `sudo apt install -y openvpn dialog python3-pip python3-setuptools`| |OpenSUSE/SLES | `sudo zypper in -y openvpn dialog python3-pip python3-setuptools` | -|Arch Linux/Manjaro | `sudo pacman -S openvpn dialog python-pip python-setuptools` | +|Arch Linux/Manjaro | `sudo pacman -S which openvpn dialog python-pip python-setuptools` | #### Installing ProtonVPN-CLI