From ec0803624a895b49d148174b4366f98037266b87 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 27 Jul 2024 10:53:08 -0700 Subject: [PATCH] Match naming convention from elsewhere --- install.sh | 2 +- install/{first_run_choices.sh => first-run-choices.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install/{first_run_choices.sh => first-run-choices.sh} (100%) 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