mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-05-24 00:33:15 +02:00
thunderbird: fix typo
This commit is contained in:
parent
0d70b1640f
commit
2750fc9444
@ -21,16 +21,16 @@ FlagsForThunderbird="--allow-downgrade $@"
|
|||||||
|
|
||||||
# Thunderbird (stable, beta) and signatures: https://releases.mozilla.org/pub/thunderbird/releases/
|
# Thunderbird (stable, beta) and signatures: https://releases.mozilla.org/pub/thunderbird/releases/
|
||||||
if [ -f ~/.local/thunderbird/thunderbird ]; then
|
if [ -f ~/.local/thunderbird/thunderbird ]; then
|
||||||
gigaramhalfcpu ~/.local/thunderbird/thunderbird $FlagsForThunderbird
|
_gigaramhalfcpu ~/.local/thunderbird/thunderbird $FlagsForThunderbird
|
||||||
# Fallback to global installation
|
# Fallback to global installation
|
||||||
elif [ -f /usr/bin/thunderbird-wayland ]; then
|
elif [ -f /usr/bin/thunderbird-wayland ]; then
|
||||||
gigaramhalfcpu /usr/bin/thunderbird-wayland $FlagsForThunderbird
|
_gigaramhalfcpu /usr/bin/thunderbird-wayland $FlagsForThunderbird
|
||||||
# Fallback to global installation
|
# Fallback to global installation
|
||||||
elif [ -f /usr/bin/thunderbird ]; then
|
elif [ -f /usr/bin/thunderbird ]; then
|
||||||
gigaramhalfcpu /usr/bin/thunderbird $FlagsForThunderbird
|
_gigaramhalfcpu /usr/bin/thunderbird $FlagsForThunderbird
|
||||||
# Fallback to flatpak, don't care if it doesn't exist
|
# Fallback to flatpak, don't care if it doesn't exist
|
||||||
else
|
else
|
||||||
gigaramhalfcpu flatpak run org.mozilla.Thunderbird $FlagsForThunderbird
|
_gigaramhalfcpu flatpak run org.mozilla.Thunderbird $FlagsForThunderbird
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user