Remove existing firefox-l10n directory before cloning to ensure fresh download of language packs

This commit is contained in:
mr. M
2025-02-05 18:18:00 +01:00
parent 6d63d56fdd
commit 16e0b5f319

View File

@@ -10,6 +10,7 @@ cd $CURRENT_DIR
LAST_FIREFOX_L10N_COMMIT=$(cat ./firefox-cache/l10n-last-commit-hash)
cd ./l10n
rm -rf firefox-l10n
# clone only from LAST_FIREFOX_L10N_COMMIT
git clone https://github.com/mozilla-l10n/firefox-l10n
cd firefox-l10n