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