Remove unused flatpak runtimes

This commit is contained in:
Christian Colglazier 2020-12-18 09:31:52 -05:00
parent af8c799fd1
commit 410bf4d56a

View File

@ -23,6 +23,7 @@ function aptUpdate {
function flatpakUpdate {
if command -v flatpak &> /dev/null; then
echo Updating Flatpak...
flatpak uninstall --unused
flatpak update
fi
}