diff --git a/boot.sh b/boot.sh index 116a4b93..e17c7af2 100755 --- a/boot.sh +++ b/boot.sh @@ -25,8 +25,8 @@ 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=edge - echo 'Server = https://mirror.omarchy.org/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist >/dev/null + export OMARCHY_MIRROR=rc + echo 'Server = https://rc-mirror.omarchy.org/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist >/dev/null else export OMARCHY_MIRROR=stable echo 'Server = https://stable-mirror.omarchy.org/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist >/dev/null