mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-08 21:37:04 +01:00
Update CentOS 8 repo name.
This commit is contained in:
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…
Reference in New Issue
Block a user