1
0

fix: typo

This commit is contained in:
dump_stack() 2023-05-16 17:55:30 +00:00
parent f5b1283690
commit 66026ebf5a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -230,7 +230,7 @@ func ContainerCommands(km config.KernelMask) (commands []string) {
packages += "module-init-tools "
}
cmfd("{ apt-get install -y %s "+
cmdf("{ apt-get install -y %s "+
"|| apt-get install -y %s "+
"|| apt-get install -y %s }", packages, packages, packages)