From 59b3224aaa52bd557ec4877cde8daaae8468b1c6 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Tue, 23 Jun 2026 11:49:56 +0200 Subject: [PATCH] fix pacman.conf URLs to antergos-next.github.io/antergos-packages --- README.md | 4 ++-- airootfs/etc/pacman.conf | 4 ++-- pacman.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d4d717..b01e5ef 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ The ISO uses the `antergos-packages` repo for custom packages (Cnchi, keyring, m ```ini [antergos-pkgs] SigLevel = Optional TrustAll -Server = https://Antergos-NeXT.github.io/antergos-packages/$repo/os/$arch -Server = https://Antergos-NeXT.github.io/antergos-packages +Server = https://antergos-next.github.io/antergos-packages/$repo/os/$arch +Server = https://antergos-next.github.io/antergos-packages ``` ## Sources diff --git a/airootfs/etc/pacman.conf b/airootfs/etc/pacman.conf index dfe7037..61c89b7 100644 --- a/airootfs/etc/pacman.conf +++ b/airootfs/etc/pacman.conf @@ -95,5 +95,5 @@ Include = /etc/pacman.d/mirrorlist [antergos-pkgs] SigLevel = Optional TrustAll -Server = https://Antergos-NeXT.github.io/antergos-packages/$repo/os/$arch -Server = https://Antergos-NeXT.github.io/antergos-packages +Server = https://antergos-next.github.io/antergos-packages/$repo/os/$arch +Server = https://antergos-next.github.io/antergos-packages diff --git a/pacman.conf b/pacman.conf index c64f910..0de3c39 100644 --- a/pacman.conf +++ b/pacman.conf @@ -97,8 +97,8 @@ Include = /etc/pacman.d/mirrorlist [antergos-pkgs] SigLevel = Optional TrustAll -Server = https://Antergos-NeXT.github.io/antergos-packages/$repo/os/$arch -Server = https://Antergos-NeXT.github.io/antergos-packages +Server = https://antergos-next.github.io/antergos-packages/$repo/os/$arch +Server = https://antergos-next.github.io/antergos-packages # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories.