Fix deploy path for Pages

This commit is contained in:
2026-06-07 19:47:47 +02:00
parent 2d2fbf23e7
commit 4b9f5b6a27
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if ! grep -q "\[antergos-pkgs\]" /etc/pacman.conf; then
[antergos-pkgs]
SigLevel = Optional TrustAll
Server = https://Antergos-NeXT.github.io/antergos-pkgs/x86_64
Server = https://Antergos-NeXT.github.io/antergos-pkgs/
CONF
echo "Added antergos-pkgs to pacman.conf"
else