9 lines
166 B
Bash
9 lines
166 B
Bash
# 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
|