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 | f91787c68b47b85d0728776c94cca25f2f217f8f (patch) | |
| tree | 80677afdcedefd9909507af2bf7e6d311ec0fd93 | |
| parent | d8116ac10ed44eaad2b884d2f34adb4c93e3e5c0 (diff) | |
| download | archsetup-f91787c68b47b85d0728776c94cca25f2f217f8f.tar.gz archsetup-f91787c68b47b85d0728776c94cca25f2f217f8f.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 |
