aboutsummaryrefslogtreecommitdiff
path: root/scripts/wireguard-proton.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wireguard-proton.sh')
-rwxr-xr-xscripts/wireguard-proton.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/wireguard-proton.sh b/scripts/wireguard-proton.sh
deleted file mode 100755
index afafd0e..0000000
--- a/scripts/wireguard-proton.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-# https://account.protonvpn.com/downloads
-
-sudo pacman -S --noconfirm wireguard-tools systemd-resolved
-
-# copy all Proton Wireguard config files
-sudo cp ../assets/wireguard-config/*.conf /etc/wireguard/
-
-sudo systemctl enable systemd-resolved
-sudo systemctl start systemd-resolved
-
-sudo wg-quick up USGA
-sudo wg