Update CentOS 8 repo name.

main
levlam 5 years ago
parent 60acf1e402
commit 0256738f23

@ -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);

Loading…
Cancel
Save