Update appimages

This commit is contained in:
Christian Colglazier 2024-07-24 06:34:28 -04:00
parent a6f8245241
commit 776978c0f9

View File

@ -28,6 +28,11 @@ function flatpakUpdate {
fi fi
} }
# Appimage Updater
function appimageUpdate {
am update
}
# Checks if a program is installed and if it is runs an updater script # Checks if a program is installed and if it is runs an updater script
function updateProgram { function updateProgram {
if command -v $1 &> /dev/null; then if command -v $1 &> /dev/null; then
@ -55,4 +60,7 @@ aptUpdate
echo '' echo ''
flatpakUpdate flatpakUpdate
echo '' echo ''
appimageUpdate
echo ''
manualUpdate manualUpdate