diff --git a/migrations/1756410649.sh b/migrations/1756410649.sh index cf444a1..5a11b22 100644 --- a/migrations/1756410649.sh +++ b/migrations/1756410649.sh @@ -1,10 +1,10 @@ echo "Remove any Chaotic-AUR infrastructure packages" -if pacman -Q chaotic-keyring >/dev/null; then +if pacman -Q chaotic-keyring 2>/dev/null; then sudo pacman -Rns --noconfirm chaotic-keyring fi -if pacman -Q chaotic-mirrorlist >/dev/null; then +if pacman -Q chaotic-mirrorlist 2>/dev/null; then sudo pacman -Rns --noconfirm chaotic-mirrorlist fi