From 4c8f8dad3854158c61759501ba71fe8593fe6eb0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 14 Apr 2017 20:50:51 +0200 Subject: [PATCH] suse: spell out zypper options in verbose fashion This hopefully helps understanding whats going on without having 10+ years of SUSE experience. Change-Id: I20ab35a17673b490ab65f3edb73e4e740f8e512e --- install_puppet.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_puppet.sh b/install_puppet.sh index 8be43f9b54..43605453c2 100755 --- a/install_puppet.sh +++ b/install_puppet.sh @@ -229,7 +229,7 @@ EOF } function setup_puppet_opensuse { - zypper -n in --force-resolution puppet + zypper --non-interactive install --force-resolution puppet # Wipe out templatedir so we don't get warnings about it sed -i '/templatedir/d' /etc/puppet/puppet.conf } @@ -265,7 +265,7 @@ function setup_pip { fi if is_opensuse; then - zypper --non-interactive in --force-resolution python python-xml + zypper --non-interactive install --force-resolution python python-xml fi python get-pip.py