From 6147b634e7356f186f6f90d7964225b13bdbadd5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Aug 2025 18:37:08 +0200 Subject: [PATCH] No longer need the toast here now that we're running straight through everything If we have a toast, it should be in the configurator --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index c2d25467..3338c44c 100755 --- a/install.sh +++ b/install.sh @@ -62,8 +62,6 @@ source $OMARCHY_INSTALL/preflight/tte.sh source $OMARCHY_INSTALL/preflight/migrations.sh # Configuration -show_logo beams 240 -show_subtext "Let's install Omarchy!" source $OMARCHY_INSTALL/config/config.sh source $OMARCHY_INSTALL/config/branding.sh source $OMARCHY_INSTALL/config/detect-keyboard-layout.sh