mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Rip out the last remnants of AUR
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
echo "Add Terminal Text Effects for rizzing Omarchy"
|
||||
if omarchy-pkg-aur-accessible; then
|
||||
if ! yay -Q python-terminaltexteffects &>/dev/null; then
|
||||
yay -S --noconfirm --needed python-terminaltexteffects
|
||||
fi
|
||||
else
|
||||
echo -e "\n\e[31mAUR is unavailable. Install python-terminaltexteffects via AUR manually later.\e[0m"
|
||||
|
||||
if ! pacman -Q python-terminaltexteffects &>/dev/null; then
|
||||
sudo pacman -S --noconfirm python-terminaltexteffects
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user