diff --git a/install.sh b/install.sh index a639fb0..466e45b 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/install/first_run_choices.sh + source ~/.local/share/omakub/install/first-run-choices.sh echo "Installing terminal and desktop tools.." else diff --git a/install/first_run_choices.sh b/install/first-run-choices.sh similarity index 100% rename from install/first_run_choices.sh rename to install/first-run-choices.sh