From 574c91e7498f40c7074bda7c6262b672605dc950 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 27 Jul 2024 10:51:12 -0700 Subject: [PATCH] Move first run choices under install --- install.sh | 2 +- first_run_choices.sh => install/first_run_choices.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename first_run_choices.sh => install/first_run_choices.sh (100%) diff --git a/install.sh b/install.sh index bf3816a..29aae42 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ if $RUNNING_GNOME; then echo "Get ready to make a few choices..." source ~/.local/share/omakub/install/terminal/required/app-gum.sh >/dev/null - source ~/.local/share/omakub/first_run_choices.sh + source ~/.local/share/omakub/install/first_run_choices.sh echo "Installing terminal and desktop tools.." else diff --git a/first_run_choices.sh b/install/first_run_choices.sh similarity index 100% rename from first_run_choices.sh rename to install/first_run_choices.sh