From 5aa26eb9bd8222a32c4abada8c02974c7572bc74 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 Aug 2025 09:49:03 +0200 Subject: [PATCH] Stop using tte until package is fixed --- install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 996c50a6..7be96126 100755 --- a/install.sh +++ b/install.sh @@ -17,12 +17,13 @@ trap catch_errors ERR show_logo() { clear - tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} + # tte -i ~/.local/share/omarchy/logo.txt --frame-rate ${2:-120} ${1:-expand} + cat <~/.local/share/omarchy/logo.txt echo } show_subtext() { - echo "$1" | tte --frame-rate ${3:-640} ${2:-wipe} + echo "$1" # | tte --frame-rate ${3:-640} ${2:-wipe} echo } @@ -30,7 +31,7 @@ show_subtext() { source $OMARCHY_INSTALL/preflight/gum.sh source $OMARCHY_INSTALL/preflight/guard.sh source $OMARCHY_INSTALL/preflight/aur.sh -source $OMARCHY_INSTALL/preflight/tte.sh +# source $OMARCHY_INSTALL/preflight/tte.sh source $OMARCHY_INSTALL/preflight/migrations.sh # Configuration