flatpak-workarounds.bash: also run flatpakifier.bash to enable laziness

This commit is contained in:
Aminda Suomalainen 2025-07-05 10:00:35 +03:00
parent a990b34dd6
commit e24578090f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -12,6 +12,11 @@ set -x
# multiple times), but for the sake of legibility and un/commenting this
# isn't done within this script.
# I am lazy
if [ -f flatpakifier.bash ]; then
(./flatpakifier.bash &)
fi
# Overrides for all apps improving Quality of Life
# - debugging with gdb
# - curl configuration following