new update system
This commit is contained in:
9
updates.d/30-flatpak.sh
Normal file
9
updates.d/30-flatpak.sh
Normal 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"
|
||||
Reference in New Issue
Block a user