mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Revert "There is no rc-mirror, only stable-mirror and mirror"
This reverts commit 2682cc2853.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user