From 26d08e62c6d276d48ad9e46edc47a08c61f0cda3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 06:17:43 -0600 Subject: fix(scripts): update wireguard config path after rename --- scripts/wireguard-proton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3