From b7b49f374e15cc9081598becbe947eab5c8fa790 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 19 Mar 2013 15:28:29 +0100 Subject: openSUSE non-interactive zypper --- helper/fileutil.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/fileutil.inc b/helper/fileutil.inc index e3a79b4a..63173258 100644 --- a/helper/fileutil.inc +++ b/helper/fileutil.inc @@ -58,7 +58,7 @@ install_dependencies() { if [ "$PACKET_MANAGER" = "apt" ]; then apt-get install -y $REQUIRED_DEPENDENCIES || perror "Could not apt-get install $REQUIRED_DEPENDENCIES" elif [ "$PACKET_MANAGER" = "zypper" ]; then - zypper install -y $REQUIRED_DEPENDENCIES || perror "Could not zypper install $REQUIRED_DEPENDENCIES" + zypper install -n $REQUIRED_DEPENDENCIES || perror "Could not zypper install $REQUIRED_DEPENDENCIES" fi } -- cgit v1.2.3-55-g7522