diff --git a/scripts/install.sh b/scripts/install.sh index a8e485d..81e23ca 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -60,10 +60,12 @@ if [ "$GNOMISHEXTRAS" = true ] ; then sed -i '1s/^/@import "theme\/hide-single-tab.css";\n/' firefox-gnome-theme/customChrome.css fi +cd .. + # Symlink user.js to firefox-gnome-theme one. echo "Set configuration user.js file" -if ! ln -s chrome/firefox-gnome-theme/configuration/user.js ../user.js ; then +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