From b331857eeb1c93061f51b10db24755ce3e704364 Mon Sep 17 00:00:00 2001 From: Chris Pierce Date: Wed, 7 May 2025 16:59:24 -0500 Subject: [PATCH] Update install.sh wording update. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 059627b1..bfd39dfa 100755 --- a/install.sh +++ b/install.sh @@ -199,7 +199,7 @@ else if [[ "${libadwaita}" == 'true' ]]; then if [[ "$UID" != '0' ]]; then install_libadwaita - echo; prompt -w "Some colorsheme extension will re-writes config files in '${HOME}/.config/gtk-4.0' like: 'custom-accent-colors' you need disable it!" + echo; prompt -w "Some colorsheme extension will re-writes config files in '${HOME}/.config/gtk-4.0' like: 'custom-accent-colors' you need to disable it!" else echo; prompt -e "Do not run '--libadwaita' option with sudo!" fi