Simplify mirror/pkgs to just channel

This commit is contained in:
David Heinemeier Hansson
2025-11-22 10:50:23 +01:00
parent f6cd5e076d
commit 88a1141301
5 changed files with 27 additions and 28 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
if grep -q "https://pkgs.omarchy.org/stable/" /etc/pacman.conf; then
echo "stable"
elif grep -q "https://pkgs.omarchy.org/edge/" /etc/pacman.conf; then
echo "edge"
else
echo "unknown"
fi