diff --git a/installJRMC b/installJRMC index 951a1a6..ea56a86 100755 --- a/installJRMC +++ b/installJRMC @@ -143,7 +143,7 @@ init() { firewall_cmd(){ ifSudo ufw "$@"; } elif [[ "$ID" =~ ^opensuse.* ]]; then pkg_install(){ ifSudo zypper --non-interactive -q install --force --no-confirm "$@"; } - pkg_remove(){ ifSudo zypper --non-interactive -q remove --clean-deps "$@"; } + pkg_remove(){ ifSudo zypper --non-interactive remove --clean-deps "$@"; } pkg_update(){ ifSudo zypper --non-interactive -q refresh jriver; } pkg_query(){ ifSudo rpm -q "$@"; } firewall_cmd(){ ifSudo firewall-cmd "$@"; }