diff --git a/install.sh b/install.sh index 0332eb56..a40bbdcd 100755 --- a/install.sh +++ b/install.sh @@ -197,7 +197,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