Update install.sh

wording update.
This commit is contained in:
Chris Pierce
2025-05-07 16:59:24 -05:00
committed by GitHub
parent f67de5aeab
commit b331857eeb

View File

@@ -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