« ProtonVPN » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « = Links = * [https://protonvpn.com/blog/linux-vpn-v2-release-notes/ Release notes for Linux client version 2.0] * [https://protonvpn.com/blog/category/releases/ Releases]… »)
 
Aucun résumé des modifications
Ligne 4 : Ligne 4 :
* [https://protonvpn.com/support/linux-vpn-tool/ ProtonVPN command-line tool for Linux]
* [https://protonvpn.com/support/linux-vpn-tool/ ProtonVPN command-line tool for Linux]
* [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]
= Install ProtonVPN Linux Client on Ubuntu 18.04 ARM =
<kode lang='bash'>
sudo apt install openvpn dialog python3-pip python3-setuptools
sudo pip3 install protonvpn-cli
</kode>

Version du 15 février 2021 à 15:55

Links

Install ProtonVPN Linux Client on Ubuntu 18.04 ARM

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

sudo pip3 install protonvpn-cli