diff --git a/src/commands/system-update.sh b/src/commands/system-update.sh index 05fc2396..89b2d448 100755 --- a/src/commands/system-update.sh +++ b/src/commands/system-update.sh @@ -95,6 +95,13 @@ updateSystem() { esac } +updateFlatpaks() { + if command_exists flatpak; then + flatpak update -y + fi +} + checkEnv fastUpdate updateSystem +updateFlatpaks