From cb22afdb93d1634056d9c14f19f5508e62a2cbf5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 18:03:18 +0200 Subject: [PATCH] Another quarantine --- migrations/1755455095.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/migrations/1755455095.sh b/migrations/1755455095.sh index 8ea51652..3f6a6679 100644 --- a/migrations/1755455095.sh +++ b/migrations/1755455095.sh @@ -1,9 +1,13 @@ echo "Ensure TTE and dependencies are installed" -if ! yay -Q python-poetry-core &>/dev/null; then - yay -S --noconfirm python-poetry-core -fi +if omarchy-pkg-aur-accessible; then + if ! yay -Q python-poetry-core &>/dev/null; then + yay -S --noconfirm python-poetry-core + fi -if ! yay -Q python-terminaltexteffects &>/dev/null; then - yay -S --noconfirm python-terminaltexteffects + if ! yay -Q python-terminaltexteffects &>/dev/null; then + yay -S --noconfirm python-terminaltexteffects + fi +else + echo -e "\n\e[31mAUR is unavailable. Skipping installation. Please try manually later.\e[0m" fi