Update file software.yml

This commit is contained in:
Brian Zalewski 2023-02-01 06:12:55 +00:00
parent 6b0813ee74
commit 5fdf6d61c4

View file

@ -5967,6 +5967,7 @@ softwarePackages:
_home: https://protonmail.com/ _home: https://protonmail.com/
_name: ProtonVPN _name: ProtonVPN
_post:dnf: sudo dnf install -y python3-pip && pip3 install --user 'dnspython>=1.16.0' _post:dnf: sudo dnf install -y python3-pip && pip3 install --user 'dnspython>=1.16.0'
_post:yay: sudo pacman -Syu libappindicator-gtk3 gnome-shell-extension-appindicator
_pre:apt: sudo apt-get install -y https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3_all.deb && sudo apt-get update _pre:apt: sudo apt-get install -y https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.3_all.deb && sudo apt-get update
_pre:dnf: sudo dnf install -y https://repo.protonvpn.com/fedora-36-stable/release-packages/protonvpn-stable-release-1.0.1-1.noarch.rpm && sudo dnf update _pre:dnf: sudo dnf install -y https://repo.protonvpn.com/fedora-36-stable/release-packages/protonvpn-stable-release-1.0.1-1.noarch.rpm && sudo dnf update
_when:cask: '! test -d /Applications/ProtonVPN.app' _when:cask: '! test -d /Applications/ProtonVPN.app'