Skip to content
Snippets Groups Projects
Commit aff94367 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Non interactive for zypper

parent 045181a5
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ function discover_package_manager() { ...@@ -36,7 +36,7 @@ function discover_package_manager() {
command -v zypper >/dev/null command -v zypper >/dev/null
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then
discover_package_manager_ret="zypper" discover_package_manager_ret="zypper -n"
return return
fi fi
command -v yum >/dev/null command -v yum >/dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment