mirror of https://github.com/aminya/setup-cpp
fix: install p7zip-plugins for Fedora
This commit is contained in:
parent
4a49195853
commit
2eec158f5e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,8 @@ export function setupSevenZip(version: string, _setupDir: string, _arch: string)
|
||||||
if (isArch()) {
|
if (isArch()) {
|
||||||
return setupPacmanPack("p7zip", version)
|
return setupPacmanPack("p7zip", version)
|
||||||
} else if (hasDnf()) {
|
} else if (hasDnf()) {
|
||||||
return setupDnfPack("p7zip", version)
|
setupDnfPack("p7zip", version)
|
||||||
|
return setupDnfPack("p7zip-plugins", version)
|
||||||
} else if (isUbuntu()) {
|
} else if (isUbuntu()) {
|
||||||
return setupAptPack("p7zip-full", version)
|
return setupAptPack("p7zip-full", version)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue