mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 09:45:34 +00:00
Update programs faster
This commit is contained in:
parent
226da5bdeb
commit
fba07b4d23
@ -36,7 +36,7 @@ function checkUptoDate() {
|
|||||||
|
|
||||||
# Returns installed programs with a given name.
|
# Returns installed programs with a given name.
|
||||||
function searchProgramInstalled() {
|
function searchProgramInstalled() {
|
||||||
dnf list | grep $1
|
dnf list -q | grep $1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Filters string to Semantic Versioning.
|
# Filters string to Semantic Versioning.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
function dnfUpdate {
|
function dnfUpdate {
|
||||||
if command -v dnf &> /dev/null; then
|
if command -v dnf &> /dev/null; then
|
||||||
echo Updating DNF...
|
echo Updating DNF...
|
||||||
sudo dnf update
|
sudo dnf update #--exclude=wine*
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -43,8 +43,8 @@ function manualUpdate {
|
|||||||
updateProgram dragonframe ~/.config/scripts/installers/dragonframe-install.sh &
|
updateProgram dragonframe ~/.config/scripts/installers/dragonframe-install.sh &
|
||||||
updateProgram reaper ~/.config/scripts/installers/reaper-install.sh &
|
updateProgram reaper ~/.config/scripts/installers/reaper-install.sh &
|
||||||
updateProgram /opt/resolve/bin/resolve ~/.config/scripts/installers/resolve-install.sh &
|
updateProgram /opt/resolve/bin/resolve ~/.config/scripts/installers/resolve-install.sh &
|
||||||
updateProgram /opt/keeweb/keeweb ~/dotfiles/scripts/installers/keeweb-install.sh &
|
updateProgram /opt/keeweb/keeweb ~/.config/scripts/installers/keeweb-install.sh &
|
||||||
updateProgram yabridgectl ~/dotfiles/scripts/installers/yabridge-install.sh &
|
updateProgram yabridgectl ~/.config/scripts/installers/yabridge-install.sh &
|
||||||
wait
|
wait
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user