Update CentOS 8 repo name.

This commit is contained in:
levlam 2021-08-12 20:43:24 +03:00
parent 60acf1e402
commit 0256738f23
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ function onOptionsChanged() {
cmake = 'cmake3';
packages += ' gperf';
} else {
commands.push(sudo + 'dnf --enablerepo=PowerTools install gperf');
commands.push(sudo + 'dnf --enablerepo=powertools install gperf');
}
packages += ' ' + cmake;
commands.push(sudo + 'yum install -y ' + packages);