Update file software.yml
This commit is contained in:
parent
2d767aa868
commit
7fc91f4e08
1 changed files with 1 additions and 1 deletions
|
@ -6166,7 +6166,7 @@ softwarePackages:
|
|||
apt: protonvpn-cli
|
||||
dnf: protonvpn-cli
|
||||
pacman: protonvpn-cli
|
||||
script:darwin: brew install openvpn dialog python3 || true && sudo git clone https://github.com/phx/protonvpn-cli-macos /usr/local/src/protonvpn-cli && pip3 install -r requirements.txt && sudo python3 setup.py install
|
||||
script:darwin: brew install openvpn dialog python3 || true && sudo git clone https://github.com/phx/protonvpn-cli-macos /usr/local/src/protonvpn-cli && pip3 install -r /usr/local/src/protonvpn-cli/requirements.txt && sudo python3 setup.py install
|
||||
protonmail-bridge:
|
||||
_bin: protonmail-bridge
|
||||
_when:cask: '! test -d "/Applications/Proton Mail Bridge.app"'
|
||||
|
|
Loading…
Reference in a new issue