mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-04-08 17:17:49 +02:00
firefox: allow profile downgrade
This commit is contained in:
parent
371a262b37
commit
6f970a2b1a
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user