mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Remove unused flatpak runtimes
This commit is contained in:
parent
af8c799fd1
commit
410bf4d56a
@ -23,6 +23,7 @@ function aptUpdate {
|
||||
function flatpakUpdate {
|
||||
if command -v flatpak &> /dev/null; then
|
||||
echo Updating Flatpak...
|
||||
flatpak uninstall --unused
|
||||
flatpak update
|
||||
fi
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user