mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-08-20 12:15:31 +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