Swapping repos over to new location (dead server)
This commit is contained in:
parent
0f156be37f
commit
7781a8ea3d
@ -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="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
|
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:
|
# 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]
|
[Rocky_Rpi_Kernel]
|
||||||
name=Rocky Linux 8 Raspberry Pi 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
|
gpgcheck=0
|
||||||
enabled=1
|
enabled=1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user