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
}
# 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