mirror of
https://github.com/tdlib/telegram-bot-api
synced 2025-08-22 09:57:44 +00:00
Update CentOS 8 repo name.
This commit is contained in:
parent
60acf1e402
commit
0256738f23
@ -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…
x
Reference in New Issue
Block a user