mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-06 13:00:42 +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
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateFlatpaks() {
|
||||||
|
if command_exists flatpak; then
|
||||||
|
flatpak update -y
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
checkEnv
|
checkEnv
|
||||||
fastUpdate
|
fastUpdate
|
||||||
updateSystem
|
updateSystem
|
||||||
|
updateFlatpaks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user