mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Update appimages
This commit is contained in:
parent
a6f8245241
commit
776978c0f9
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user