mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
feat: Update flatpaks in system-update
This commit is contained in:
parent
a13aa836ea
commit
67933959bd
|
@ -95,6 +95,13 @@ updateSystem() {
|
|||
esac
|
||||
}
|
||||
|
||||
updateFlatpaks() {
|
||||
if command_exists flatpak; then
|
||||
flatpak update -y
|
||||
fi
|
||||
}
|
||||
|
||||
checkEnv
|
||||
fastUpdate
|
||||
updateSystem
|
||||
updateFlatpaks
|
||||
|
|
Loading…
Reference in New Issue
Block a user