diff --git a/scripts/install.sh b/scripts/install.sh index 2e1cfad..59fd0d8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -68,7 +68,7 @@ if [ $THEME != "DEFAULT" ]; then echo '@import "firefox-gnome-theme\/theme/colors/light-yaru.css";' >> userChrome.css fi else - echo "No theme set, using default adwaite." + echo "No theme set, using default adwaita." fi cd .. @@ -80,4 +80,5 @@ if ! ln -s chrome/firefox-gnome-theme/configuration/user.js user.js ; then echo "Please, manually copy theme's user.js contents to yours." fi -echo "Done." \ No newline at end of file +echo "Done." +