2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Use correct zypper flag --auto-agree-with-licenses

This commit is contained in:
Mark Gurevich 2021-04-02 11:20:51 -04:00
parent a6fdc87f32
commit e1319979be

View File

@ -843,9 +843,9 @@ EOF`
fi
elif [ $haszypper -eq 1 ]; then
if [ $VERBOSE ]; then
echo "$envlist zypper --non-interactive update --auto-agree-with-license"
echo "$envlist zypper --non-interactive update --auto-agree-with-licenses"
fi
result=`eval $envlist zypper --non-interactive update --auto-agree-with-license 2>&1`
result=`eval $envlist zypper --non-interactive update --auto-agree-with-licenses 2>&1`
R=$?
if [ $R -ne 0 ]; then