diff --git a/boot.sh b/boot.sh index fc5de13c..116a4b93 100755 --- a/boot.sh +++ b/boot.sh @@ -25,7 +25,7 @@ if [[ $OMARCHY_REF == "dev" ]]; then export OMARCHY_MIRROR=edge echo 'Server = https://mirror.omarchy.org/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist >/dev/null elif [[ $OMARCHY_REF == "rc" ]]; then - export OMARCHY_MIRROR=rc + export OMARCHY_MIRROR=edge echo 'Server = https://mirror.omarchy.org/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist >/dev/null else export OMARCHY_MIRROR=stable