Update CentOS 8 repo name.
This commit is contained in:
parent
665b8cab68
commit
f27fdc30e8
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ function onOptionsChanged() {
|
||||||
cmake = 'cmake3';
|
cmake = 'cmake3';
|
||||||
packages += ' gperf';
|
packages += ' gperf';
|
||||||
} else {
|
} else {
|
||||||
commands.push(sudo + 'dnf --enablerepo=PowerTools install gperf');
|
commands.push(sudo + 'dnf --enablerepo=powertools install gperf');
|
||||||
}
|
}
|
||||||
packages += ' ' + cmake;
|
packages += ' ' + cmake;
|
||||||
commands.push(sudo + 'yum install -y ' + packages);
|
commands.push(sudo + 'yum install -y ' + packages);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue