From 776978c0f97793b7ee80eea21f1b3266e12778bf Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Wed, 24 Jul 2024 06:34:28 -0400 Subject: [PATCH] Update appimages --- scripts/bin/update.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/bin/update.sh b/scripts/bin/update.sh index 96e3a9c..baa0f33 100755 --- a/scripts/bin/update.sh +++ b/scripts/bin/update.sh @@ -28,6 +28,11 @@ function flatpakUpdate { fi } +# Appimage Updater +function appimageUpdate { + am update +} + # Checks if a program is installed and if it is runs an updater script function updateProgram { if command -v $1 &> /dev/null; then @@ -55,4 +60,7 @@ aptUpdate echo '' flatpakUpdate echo '' +appimageUpdate +echo '' manualUpdate +