9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
|
# vim: set syntax=bash
|
||
|
|
||
|
# To be sourced by scripts as needed
|
||
|
|
||
|
# The mirrorlist url
|
||
|
MIRRORLIST_BASE="http://mirrors.rockylinux.org/mirrorlist"
|
||
|
|
||
|
MIRROR_DISPLAY_COUNT=1
|