Always noconfirm

This commit is contained in:
David Heinemeier Hansson 2025-08-17 10:08:21 -04:00
parent 55330cce88
commit 50c5f742dd

View File

@ -10,8 +10,8 @@ set_theme_colors() {
} }
if command -v chromium &>/dev/null; then if command -v chromium &>/dev/null; then
yay -Rns chromium yay -Rns --noconfirm chromium
yay -Sy omarchy-chromium-bin yay -Sy --noconfirm omarchy-chromium-bin
if pgrep -x chromium; then if pgrep -x chromium; then
if gum confirm "Chromium must be restarted. Ready?"; then if gum confirm "Chromium must be restarted. Ready?"; then