mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Use correct zypper flag --auto-agree-with-licenses
This commit is contained in:
parent
a6fdc87f32
commit
e1319979be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user