Keep rc on its own mirror but use the edge package repo

This commit is contained in:
David Heinemeier Hansson
2026-06-29 11:28:32 -05:00
parent 987588f512
commit e49c74eee8
3 changed files with 5 additions and 6 deletions
-2
View File
@@ -16,8 +16,6 @@ if grep -q "https://pkgs.omarchy.org/stable/" /etc/pacman.conf; then
pkgs="stable"
elif grep -q "https://pkgs.omarchy.org/edge/" /etc/pacman.conf; then
pkgs="edge"
elif grep -q "https://pkgs.omarchy.org/rc/" /etc/pacman.conf; then
pkgs="rc"
else
pkgs="unknown"
fi