mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Another quarantine
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
echo "Ensure TTE and dependencies are installed"
|
echo "Ensure TTE and dependencies are installed"
|
||||||
|
|
||||||
if ! yay -Q python-poetry-core &>/dev/null; then
|
if omarchy-pkg-aur-accessible; then
|
||||||
yay -S --noconfirm python-poetry-core
|
if ! yay -Q python-poetry-core &>/dev/null; then
|
||||||
fi
|
yay -S --noconfirm python-poetry-core
|
||||||
|
fi
|
||||||
|
|
||||||
if ! yay -Q python-terminaltexteffects &>/dev/null; then
|
if ! yay -Q python-terminaltexteffects &>/dev/null; then
|
||||||
yay -S --noconfirm python-terminaltexteffects
|
yay -S --noconfirm python-terminaltexteffects
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
echo -e "\n\e[31mAUR is unavailable. Skipping installation. Please try manually later.\e[0m"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user