1
0
mirror of https://github.com/AquaMorph/dotfiles.git synced 2025-05-22 01:36:59 +00:00

Removed sudo flatpak

This commit is contained in:
Christian Colglazier 2022-08-14 17:58:34 -04:00
parent 04f4a9aff2
commit be5e6212b1

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