feat: Update flatpaks in system-update

This commit is contained in:
Liam 2024-07-31 03:30:07 -07:00
parent a13aa836ea
commit 67933959bd
No known key found for this signature in database

View File

@ -95,6 +95,13 @@ updateSystem() {
esac esac
} }
updateFlatpaks() {
if command_exists flatpak; then
flatpak update -y
fi
}
checkEnv checkEnv
fastUpdate fastUpdate
updateSystem updateSystem
updateFlatpaks