diff --git a/install-release.sh b/install-release.sh index c68c2a7..462127f 100644 --- a/install-release.sh +++ b/install-release.sh @@ -152,8 +152,8 @@ installSoftware() { PACKAGE_MANAGEMENT_INSTALL='zypper install' ;; esac - "$PACKAGE_MANAGEMENT_UPDATE" - "$PACKAGE_MANAGEMENT_INSTALL" "$COMPONENT--" + ${PACKAGE_MANAGEMENT_UPDATE} + ${PACKAGE_MANAGEMENT_INSTALL} "$COMPONENT--" if [[ "$?" -ne '0' ]]; then echo "error: Installation of $COMPONENT failed, please check your network." exit 1