fix all repo URLs to antergos-next.github.io/antergos-packages

This commit is contained in:
2026-06-23 11:49:55 +02:00
parent 0aa06b7afb
commit b92d3f2b54
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Add to `/etc/pacman.conf`:
```
[antergos-pkgs]
SigLevel = Optional TrustAll
Server = https://Antergos-NeXT.github.io/antergos-pkgs/
Server = https://antergos-next.github.io/antergos-packages/
```
Then:
Binary file not shown.
@@ -3,6 +3,6 @@
## Use pacman-mirrors or rankmirrors to select fastest mirror
# Flat layout (packages at repo root)
Server = https://antergos-next.github.io/antergos-pkgs
Server = https://antergos-next.github.io/antergos-packages
# Standard layout (packages in $repo/os/$arch/)
Server = https://antergos-next.github.io/antergos-pkgs/$repo/os/$arch
Server = https://antergos-next.github.io/antergos-packages/$repo/os/$arch
Binary file not shown.
+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/
Server = https://antergos-next.github.io/antergos-packages/
CONF
echo "Added antergos-pkgs to pacman.conf"
else