« ProtonVPN » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 5 : Ligne 5 :
* [https://protonvpn.com/support/openvpn-windows-setup/ How to use ProtonVPN with the OpenVPN GUI on Windows]
* [https://protonvpn.com/support/openvpn-windows-setup/ How to use ProtonVPN with the OpenVPN GUI on Windows]


= [https://github.com/ProtonVPN/linux-cli#installing-from-pypi Install ProtonVPN Linux Client on Ubuntu 18.04 ARM] =
= [https://github.com/ProtonVPN/linux-cli#installing-from-pypi Install ProtonVPN Linux client on Ubuntu 18.04 ARM] =
<kode lang='bash'>
<kode lang='bash'>
# install dependencies
sudo apt install openvpn dialog python3-pip python3-setuptools
sudo apt install openvpn dialog python3-pip python3-setuptools


# install the ProtonVPN client
sudo pip3 install protonvpn-cli
sudo pip3 install protonvpn-cli
# initialize the ProtonVPN profile
sudo protonvpn init
</kode>
</kode>

Version du 15 février 2021 à 16:07

Links

Install ProtonVPN Linux client on Ubuntu 18.04 ARM

Bash.svg
# install dependencies
sudo apt install openvpn dialog python3-pip python3-setuptools

# install the ProtonVPN client
sudo pip3 install protonvpn-cli

# initialize the ProtonVPN profile
sudo protonvpn init