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 | 476b643b9434a887d885397da214a3169e541e17 (patch) | |
| tree | 99b033e7ad2ffb62c63622df0d0e72c4e502c131 | |
| parent | f55eb07e76ef04c6ebc3e04d5c9cefbdc51d823b (diff) | |
| download | archsetup-476b643b9434a887d885397da214a3169e541e17.tar.gz archsetup-476b643b9434a887d885397da214a3169e541e17.zip | |
fix(scripts): update wireguard config path after rename
| -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 |
