From 36ed505344105a5b78dbcb3dd72fe686b9fa4b46 Mon Sep 17 00:00:00 2001 From: Reberti Carvalho Soares Date: Wed, 21 Oct 2020 19:14:43 -0300 Subject: [PATCH] Fixed typo and added new line --- scripts/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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." +