forked from sig_core/toolkit
10 lines
188 B
Bash
10 lines
188 B
Bash
# vim: set syntax=bash
|
|
|
|
# To be sourced by scripts as needed
|
|
|
|
# The mirrorlist url
|
|
LIST=${LIST:-mirrorlist}
|
|
MIRRORLIST_BASE="http://mirrors.rockylinux.org/${LIST}"
|
|
|
|
MIRROR_DISPLAY_COUNT=1
|