From d84e4f5a7a6d78fb1c2f4833bc87609b66e4da6c Mon Sep 17 00:00:00 2001 From: piecka Date: Mon, 23 Dec 2024 14:25:54 +0100 Subject: [PATCH] bugfix --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4fbd000..e913ef1 100644 --- a/.zshrc +++ b/.zshrc @@ -558,7 +558,7 @@ get_packager() { # RHEL-based fedora|centos|nobara) 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" ;;