Merge pull request #115 from lj3954/update_flatpaks

feat: Update flatpaks in system-update
This commit is contained in:
Chris Titus 2024-07-31 10:27:04 -05:00 committed by GitHub
commit d26e5ea6c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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