mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-07-06 14:17:34 +02:00
flatpak-workarounds.bash: also run flatpakifier.bash to enable laziness
This commit is contained in:
parent
a990b34dd6
commit
e24578090f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user