Swapping repos over to new location (dead server)

This commit is contained in:
Skip Grube 2021-08-29 13:59:16 +00:00
parent 0f156be37f
commit 7781a8ea3d
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ repo --name="BaseOS" --baseurl=http://download.rockylinux.org/pub/rocky/8/Ba
repo --name="AppStream" --baseurl=http://download.rockylinux.org/pub/rocky/8/AppStream/aarch64/os/ --cost=200 --install
repo --name="PowerTools" --baseurl=http://download.rockylinux.org/pub/rocky/8/BaseOS/aarch64/os/ --cost=300 --install
# Rocky Rpi kernel repo, we need a more permanent place for this:
repo --name="Rpi-Kernel" --baseurl=https://rocky.lowend.ninja/RockyRpi/Rpi-Kernel/ --cost=20
repo --name="Rpi-Kernel" --baseurl=http://skip.linuxdn.org/RockyRpi/Rpi-Kernel/ --cost=20
@ -135,7 +135,7 @@ cat >/etc/yum.repos.d/Rocky_Rpi_kernel.repo << 'EOF'
[Rocky_Rpi_Kernel]
name=Rocky Linux 8 Raspberry Pi Kernel
baseurl=https://rocky.lowend.ninja/RockyRpi/Rpi-Kernel/
baseurl=http://skip.linuxdn.org/RockyRpi/Rpi-Kernel/
gpgcheck=0
enabled=1