mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2024-10-01 00:55:37 -04:00
6 lines
280 B
Bash
6 lines
280 B
Bash
#!/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
|
|
sudo apt install --no-install-recommends protonvpn -y |