diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 06:17:43 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 06:17:43 -0600 |
| commit | 26d08e62c6d276d48ad9e46edc47a08c61f0cda3 (patch) | |
| tree | 80677afdcedefd9909507af2bf7e6d311ec0fd93 /scripts | |
| parent | de0594dacfcacdd576537c2ce0a3a3c4a11b61b5 (diff) | |
fix(scripts): update wireguard config path after rename
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/wireguard-proton.sh | 2 |
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 |
