Copy only needed files instead of all

This commit is contained in:
Fliegerjohn 2023-11-22 21:52:52 +01:00
parent 7c19d8018d
commit 5510dcfebc
Signed by: fliegerjohn
GPG key ID: E2221D5FE4656B6A

View file

@ -37,8 +37,10 @@ deploy_fenix_fox() {
echo "dir chrome already there, take backup" echo "dir chrome already there, take backup"
mv $installdir/chrome $installdir/chrome.original mv $installdir/chrome $installdir/chrome.original
fi fi
cp -r src/userChrome $installdir/chrome cp -r src/userChrome/fenix_fox.css $installdir/chrome/
ln -s $installdir/chrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css 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 # Clonerepo not in use