diff --git a/bash/deb-update.bash b/bash/deb-update.bash index a7bb674..2ac854e 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -21,7 +21,7 @@ fi if hash dnf 2>/dev/null; then # If arguments like -y are passed to the script, they become "$@" - dnf "$@" update + dnf "$@" upgrade fi if hash flatpak 2>/dev/null; then