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:
parent
d0092f00c8
commit
bf72d80ac6
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user