mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-10-15 01:57:25 +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
|
# multiple times), but for the sake of legibility and un/commenting this
|
||||||
# isn't done within this script.
|
# 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
|
# Overrides for all apps improving Quality of Life
|
||||||
# - debugging with gdb
|
# - debugging with gdb
|
||||||
# - curl configuration following
|
# - curl configuration following
|
||||||
|
Loading…
x
Reference in New Issue
Block a user