From eb298bcd09425d59882a0fa53a77c035dbc9c80a Mon Sep 17 00:00:00 2001 From: piecka Date: Fri, 27 Dec 2024 12:59:59 +0100 Subject: [PATCH] bugfixed dnf --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d0fcc5b..6d50721 100644 --- a/.zshrc +++ b/.zshrc @@ -538,7 +538,7 @@ get_packager() { # RHEL-based fedora | centos) alias search="dnf search" - alias install="$_sudo dnf install --yes" + alias install="$_sudo dnf install" alias update="$_sudo dnf update" alias remove="$_sudo dnf remove" ;;