mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00: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…
Reference in New Issue
Block a user