From dd6e94c208697421e9899c5c8e6102a37f77210f Mon Sep 17 00:00:00 2001 From: Chiron <135429057+Chiron8@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:38:03 +0100 Subject: [PATCH] Fix spelling mistake in install.sh Changed "firstrun" on line 298 to "first run" --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3852e4378..f3b262800 100755 --- a/install.sh +++ b/install.sh @@ -295,7 +295,7 @@ case $existed_ags_opt in # printf "\e[33mPlease use \"$XDG_CONFIG_HOME/ags/user_options.jsonc.new\" as a reference for a proper format.\e[0m\n" ;;esac case $existed_hypr_conf_firstrun in - y) printf "\n\e[33m[$0]: Warning: \"$XDG_CONFIG_HOME/hypr/hyprland.conf\" already existed before. As it seems it is your firstrun, we replaced it with a new one. \e[0m\n" + y) printf "\n\e[33m[$0]: Warning: \"$XDG_CONFIG_HOME/hypr/hyprland.conf\" already existed before. As it seems it is your first run, we replaced it with a new one. \e[0m\n" printf "\e[33mAs it seems it is your first run, we replaced it with a new one. The old one has been renamed to \"$XDG_CONFIG_HOME/hypr/hyprland.conf.old\".\e[0m\n" ;;esac case $existed_hypr_conf in