mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Silence errors if they are missing
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
echo "Remove any Chaotic-AUR infrastructure packages"
|
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
|
sudo pacman -Rns --noconfirm chaotic-keyring
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if pacman -Q chaotic-mirrorlist >/dev/null; then
|
if pacman -Q chaotic-mirrorlist 2>/dev/null; then
|
||||||
sudo pacman -Rns --noconfirm chaotic-mirrorlist
|
sudo pacman -Rns --noconfirm chaotic-mirrorlist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user