2021-07-06 17:06:40 +00:00
|
|
|
# vim: set syntax=bash
|
|
|
|
|
|
|
|
# To be sourced by scripts as needed
|
|
|
|
|
|
|
|
# The mirrorlist url
|
2022-07-13 06:00:16 +00:00
|
|
|
LIST=${LIST:-mirrorlist}
|
|
|
|
MIRRORLIST_BASE="http://mirrors.rockylinux.org/${LIST}"
|
2021-07-06 17:06:40 +00:00
|
|
|
|
|
|
|
MIRROR_DISPLAY_COUNT=1
|