fix: ignore file conflicts
This commit is contained in:
parent
0c16dc02dc
commit
312e708116
@ -168,8 +168,8 @@ func (suse OpenSUSE) Install(version string, headers bool) (err error) {
|
|||||||
commands = append(commands, fmt.Sprintf(f, s...))
|
commands = append(commands, fmt.Sprintf(f, s...))
|
||||||
}
|
}
|
||||||
|
|
||||||
installcmd := "zypper --no-refresh -n " +
|
installcmd := "zypper --no-refresh -n install " +
|
||||||
"install --no-recommends --force-resolution --capability"
|
"--replacefiles --no-recommends --force-resolution --capability"
|
||||||
cmdf("%s kernel-default=%s", installcmd, version)
|
cmdf("%s kernel-default=%s", installcmd, version)
|
||||||
if headers {
|
if headers {
|
||||||
cmdf("%s kernel-default-devel=%s", installcmd, version)
|
cmdf("%s kernel-default-devel=%s", installcmd, version)
|
||||||
|
Loading…
Reference in New Issue
Block a user