mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-30 09:12:02 +00:00
Removed sudo flatpak
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user