mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-12-16 18:07:25 +00:00
Update programs faster
This commit is contained in:
@@ -36,7 +36,7 @@ function checkUptoDate() {
|
||||
|
||||
# Returns installed programs with a given name.
|
||||
function searchProgramInstalled() {
|
||||
dnf list | grep $1
|
||||
dnf list -q | grep $1
|
||||
}
|
||||
|
||||
# Filters string to Semantic Versioning.
|
||||
|
||||
Reference in New Issue
Block a user