mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
There is no rc-mirror, only stable-mirror and mirror
This commit is contained in:
@@ -26,7 +26,7 @@ if [[ $OMARCHY_REF == "dev" ]]; then
|
||||
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
|
||||
echo 'Server = https://rc-mirror.omarchy.org/$repo/os/$arch' | sudo tee /etc/pacman.d/mirrorlist >/dev/null
|
||||
echo 'Server = https://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
|
||||
|
||||
Reference in New Issue
Block a user