1
0
Fork 0

feat: add linux-firmware to centos container

timestamps
dump_stack() 2023-05-25 12:05:32 +00:00
parent 4fa8c2c02b
commit 9a5a42202e
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 0 deletions

View File

@ -130,6 +130,8 @@ func (centos CentOS) runs() (commands []string) {
cmdf("yum -y groupinstall 'Development Tools'")
cmdf("yum -y install linux-firmware")
if centos.release < "8" {
cmdf("yum -y install deltarpm")
} else {