forked from sig_core/toolkit
11 lines
225 B
Bash
11 lines
225 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
|
|
GIT_URL="https://git.rockylinux.org"
|