From e24578090ff39a8dd7d14d10cf866f5f696f1eb6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 5 Jul 2025 10:00:35 +0300 Subject: [PATCH] flatpak-workarounds.bash: also run flatpakifier.bash to enable laziness --- bash/flatpak-workarounds.bash | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index baa3f5a..bf00cf8 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -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