firefox: allow profile downgrade

This commit is contained in:
Aminda Suomalainen 2025-03-09 09:30:57 +02:00
parent 371a262b37
commit 6f970a2b1a
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
set -x
export MOZ_ENABLE_WAYLAND=1
FlagsForFirefox="--ProfileManager $@"
FlagsForFirefox="--allow-downgrade --ProfileManager $@"
# Firefox (stable, beta) and signatures: https://releases.mozilla.org/pub/firefox/releases/
# Developer edition (and signatures): https://releases.mozilla.org/pub/devedition/releases/

View File

@ -4,7 +4,7 @@
set -x
export MOZ_ENABLE_WAYLAND=1
FlagsForLibrewolf="--ProfileManager $@"
FlagsForLibrewolf="--allow-downgrade --ProfileManager $@"
# TODO: Local installation in the future? See the firefox wrapper
if [ -f /usr/bin/librewolf ]; then