mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 20:00:19 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user