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 echo '@import "firefox-gnome-theme\/theme/colors/light-yaru.css";' >> userChrome.css
fi fi
else else
echo "No theme set, using default adwaite." echo "No theme set, using default adwaita."
fi fi
cd .. cd ..
@ -81,3 +81,4 @@ if ! ln -s chrome/firefox-gnome-theme/configuration/user.js user.js ; then
fi fi
echo "Done." echo "Done."