Update configs

This commit is contained in:
alvinlollo
2026-01-21 17:25:20 -08:00
parent cbfa10d666
commit 91532be9f6
31 changed files with 180 additions and 66 deletions
+7
View File
@@ -106,6 +106,13 @@ update () {
sudo apt update && sudo apt full-upgrade -y
fi
# Update Flatpak
if command -v flatpak >/dev/null; then
# Commands to run if the binary IS FOUND
echo "✅ 'flatpak' found. Updating."
flatpak update
fi
}
# Sudo last command with control + u