1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-09-19 23:24:43 -04:00
QubesOS-Scripts/kicksecure/protonvpn.sh

6 lines
280 B
Bash
Raw Normal View History

2022-05-26 16:43:33 -04:00
#!/bin/bash
curl --proxy http://127.0.0.1:8082/ -O https://protonvpn.com/download/protonvpn-stable-release_1.0.1-1_all.deb
sudo apt install --no-install-recommends ./protonvpn-stable-release_1.0.1-1_all.deb -y
sudo apt update
2022-05-26 22:31:56 -04:00
sudo apt install --no-install-recommends protonvpn -y