The ISO configurator will now take care of identification

And removing it here helps deal with the fact that gum doesn't play nice
with the new logging feature.
This commit is contained in:
David Heinemeier Hansson 2025-08-23 18:23:44 +02:00
parent d0092f00c8
commit bf72d80ac6
2 changed files with 0 additions and 10 deletions

View File

@ -64,7 +64,6 @@ source $OMARCHY_INSTALL/preflight/migrations.sh
# Configuration
show_logo beams 240
show_subtext "Let's install Omarchy!"
source $OMARCHY_INSTALL/config/identification.sh
source $OMARCHY_INSTALL/config/config.sh
source $OMARCHY_INSTALL/config/branding.sh
source $OMARCHY_INSTALL/config/detect-keyboard-layout.sh

View File

@ -1,9 +0,0 @@
#!/bin/bash
[ -z "$OMARCHY_USER_NAME" ] &&
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
[ -z "$OMARCHY_USER_EMAIL" ] &&
export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")
echo # Ensure we end with a positive exit