new update system

This commit is contained in:
2026-06-10 08:26:38 -06:00
parent b1d4e2565f
commit 9c5c1e158f
7 changed files with 76 additions and 58 deletions

9
updates.d/30-flatpak.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
COREDESKTOP="$HOME/.local/share/coredesktop"
echo "Updating Flatpaks..."
flatpak update --noninteractive
echo "Checking for new flatpaks..."
. "$COREDESKTOP/install-flatpaks.sh"