upate page on sles
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7486 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
98ceb10077
commit
94c2073c34
@ -304,7 +304,7 @@ sub web_update {
|
||||
{
|
||||
$RpmNames =~ s/,/ /g;
|
||||
#create zypper command
|
||||
$cmd = "zypper -t package -r " . $repository . $RpmNames;
|
||||
$cmd = "zypper -n -p " . $repository . " update " . $RpmNames;
|
||||
}
|
||||
#redhat
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user