Fixed typo and added new line

This commit is contained in:
Reberti Carvalho Soares 2020-10-21 19:14:43 -03:00
parent 0416dbdcd4
commit 36ed505344
No known key found for this signature in database
GPG Key ID: 8ACAD4697E4924A6
1 changed files with 3 additions and 2 deletions

View File

@ -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."
echo "Done."