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