removed kernel-modules-extra, so it is only attempted in centos8
This commit is contained in:
parent
125d74e7d5
commit
cb66ba60a6
1 changed files with 1 additions and 2 deletions
3
tasks.py
3
tasks.py
|
@ -81,8 +81,7 @@ def install_system(c: Context, os_info: OsInfo, hide: bool) -> None:
|
||||||
elif os_info.like == OsLike.REDHAT:
|
elif os_info.like == OsLike.REDHAT:
|
||||||
c.run(
|
c.run(
|
||||||
"sudo yum install -y automake pkgconf-pkg-config gcc gcc-c++ libev-devel "
|
"sudo yum install -y automake pkgconf-pkg-config gcc gcc-c++ libev-devel "
|
||||||
"iptables-ebtables iproute python3-devel python3-tkinter tk ethtool make "
|
"iptables-ebtables iproute python3-devel python3-tkinter tk ethtool make",
|
||||||
"kernel-modules-extra",
|
|
||||||
hide=hide
|
hide=hide
|
||||||
)
|
)
|
||||||
# centos 8+ does not support netem by default
|
# centos 8+ does not support netem by default
|
||||||
|
|
Loading…
Reference in a new issue