removed kernel-modules-extra, so it is only attempted in centos8

This commit is contained in:
Blake Harnden 2020-07-14 08:54:08 -07:00
parent 125d74e7d5
commit cb66ba60a6

View file

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