fix all repo URLs to antergos-next.github.io/antergos-packages
This commit is contained in:
@@ -24,7 +24,7 @@ Add to `/etc/pacman.conf`:
|
|||||||
```
|
```
|
||||||
[antergos-pkgs]
|
[antergos-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://Antergos-NeXT.github.io/antergos-pkgs/
|
Server = https://antergos-next.github.io/antergos-packages/
|
||||||
```
|
```
|
||||||
|
|
||||||
Then:
|
Then:
|
||||||
|
|||||||
Binary file not shown.
@@ -3,6 +3,6 @@
|
|||||||
## Use pacman-mirrors or rankmirrors to select fastest mirror
|
## Use pacman-mirrors or rankmirrors to select fastest mirror
|
||||||
|
|
||||||
# Flat layout (packages at repo root)
|
# 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/)
|
# 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
@@ -15,7 +15,7 @@ if ! grep -q "\[antergos-pkgs\]" /etc/pacman.conf; then
|
|||||||
|
|
||||||
[antergos-pkgs]
|
[antergos-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://Antergos-NeXT.github.io/antergos-pkgs/
|
Server = https://antergos-next.github.io/antergos-packages/
|
||||||
CONF
|
CONF
|
||||||
echo "Added antergos-pkgs to pacman.conf"
|
echo "Added antergos-pkgs to pacman.conf"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user