diff --git a/mangle/common b/mangle/common index c6c28e8..7b1d1a8 100644 --- a/mangle/common +++ b/mangle/common @@ -3,6 +3,7 @@ # To be sourced by scripts as needed # The mirrorlist url -MIRRORLIST_BASE="http://mirrors.rockylinux.org/mirrorlist" +LIST=${LIST:-mirrorlist} +MIRRORLIST_BASE="http://mirrors.rockylinux.org/${LIST}" MIRROR_DISPLAY_COUNT=1