diff --git a/.fenix-fox.sh.swp b/.fenix-fox.sh.swp deleted file mode 100644 index 3ae0a14..0000000 Binary files a/.fenix-fox.sh.swp and /dev/null differ diff --git a/fenix-fox.sh b/fenix-fox.sh index accaab8..9b22136 100755 --- a/fenix-fox.sh +++ b/fenix-fox.sh @@ -34,10 +34,11 @@ enable_profile_customizations() { deploy_fenix_fox() { echo "Copy files in place and enable fenix-fox" if [ -d "${installdir}/chrome" ]; then + echo "dir chrome already there, take backup" mv $installdir/chrome $installdir/chrome.original fi cp -r src/userChrome $installdir/chrome - cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/ + ln -s $installdir/chrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css } # Clonerepo not in use