mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-05 03:37:04 +01:00
Merge pull request #115 from lj3954/update_flatpaks
feat: Update flatpaks in system-update
This commit is contained in:
commit
d26e5ea6c4
@ -95,6 +95,13 @@ updateSystem() {
|
||||
esac
|
||||
}
|
||||
|
||||
updateFlatpaks() {
|
||||
if command_exists flatpak; then
|
||||
flatpak update -y
|
||||
fi
|
||||
}
|
||||
|
||||
checkEnv
|
||||
fastUpdate
|
||||
updateSystem
|
||||
updateFlatpaks
|
||||
|
Loading…
x
Reference in New Issue
Block a user