diff options
Diffstat (limited to 'scripts/wireguard-proton.sh')
| -rwxr-xr-x | scripts/wireguard-proton.sh | 13 |
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 |
