Force color output even as we're capturing the update log

This commit is contained in:
David Heinemeier Hansson
2026-02-28 18:14:14 +01:00
parent 82e779fc5f
commit eb7457d227
+2 -1
View File
@@ -5,7 +5,8 @@ set -e
# Ensure screensaver/sleep doesn't set in during updates
hyprctl dispatch tagwindow +noidle &> /dev/null || true
# Capture update logs
# Capture update logs (CLICOLOR_FORCE keeps gum styled when stdout is piped through tee)
export CLICOLOR_FORCE=1
exec > >(tee "/tmp/omarchy-update.log") 2>&1
# Perform all update steps