From 5510dcfebcff738887915bd100b3fdfc306650b5 Mon Sep 17 00:00:00 2001 From: fliegerjohn Date: Wed, 22 Nov 2023 21:52:52 +0100 Subject: [PATCH] Copy only needed files instead of all --- fenix-fox.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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