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 | d157bdaeac83647cd1a7f17e48e2736907d56e7c (patch) | |
| tree | 5b44bb97ddbcb819e22d38016f3895a07aca490e /scripts | |
| parent | 1af1784ffab58377fc9f04efcad4874a2965ca67 (diff) | |
| download | archsetup-d157bdaeac83647cd1a7f17e48e2736907d56e7c.tar.gz archsetup-d157bdaeac83647cd1a7f17e48e2736907d56e7c.zip | |
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 |
