Renamed the custom package repository (custompkgs => sysrescuerepo)

This commit is contained in:
fdupoux 2020-08-09 10:02:54 +01:00
parent 231ffe8a0d
commit fa1ed4e89f
2 changed files with 5 additions and 6 deletions

View file

@ -70,7 +70,7 @@ then
fi
# Update pacman.conf
sed -i -e '/# ==== BEGIN customrepos ====/,/# ==== END customrepos ====/d' /etc/pacman.conf
sed -i -e '/# ==== BEGIN sysrescuerepo ====/,/# ==== END sysrescuerepo ====/d' /etc/pacman.conf
# Check for issues with binaries
/usr/bin/check-binaries.sh

View file

@ -70,11 +70,11 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
# ==== BEGIN customrepos ====
[custompkgs]
Server = http://archrepo.system-rescue-cd.org/$arch
# ==== BEGIN sysrescuerepo ====
[sysrescuerepo]
Server = http://sysrescuerepo.system-rescue-cd.org/$arch
SigLevel = Optional TrustAll
# ==== END customrepos ====
# ==== END sysrescuerepo ====
[core]
Include = /etc/pacman.d/mirrorlist
@ -84,4 +84,3 @@ Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist