diff --git a/fenix-fox.sh b/fenix-fox.sh index 9b22136..1f5ce2c 100755 --- a/fenix-fox.sh +++ b/fenix-fox.sh @@ -37,8 +37,10 @@ deploy_fenix_fox() { echo "dir chrome already there, take backup" mv $installdir/chrome $installdir/chrome.original fi - cp -r src/userChrome $installdir/chrome - ln -s $installdir/chrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css + cp -r src/userChrome/fenix_fox.css $installdir/chrome/ + cp -r src/userChrome/dynamic_popups_pro.css $installdir/chrome/ + cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css + cp src/userContent/theme-fenix.css $installdir/chrome/userContent.css } # Clonerepo not in use