aboutsummaryrefslogtreecommitdiff
path: root/scripts/wireguard-proton.sh
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 06:17:43 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 06:17:43 -0600
commit476b643b9434a887d885397da214a3169e541e17 (patch)
tree99b033e7ad2ffb62c63622df0d0e72c4e502c131 /scripts/wireguard-proton.sh
parentf55eb07e76ef04c6ebc3e04d5c9cefbdc51d823b (diff)
downloadarchsetup-476b643b9434a887d885397da214a3169e541e17.tar.gz
archsetup-476b643b9434a887d885397da214a3169e541e17.zip
fix(scripts): update wireguard config path after rename
Diffstat (limited to 'scripts/wireguard-proton.sh')
-rwxr-xr-xscripts/wireguard-proton.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wireguard-proton.sh b/scripts/wireguard-proton.sh
index 564a9f8..afafd0e 100755
--- a/scripts/wireguard-proton.sh
+++ b/scripts/wireguard-proton.sh
@@ -4,7 +4,7 @@
sudo pacman -S --noconfirm wireguard-tools systemd-resolved
# copy all Proton Wireguard config files
-sudo cp ../assets/wireguard/*.conf /etc/wireguard/
+sudo cp ../assets/wireguard-config/*.conf /etc/wireguard/
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved