1
0
Fork 0

fix: typo

master
dump_stack() 2023-05-16 17:55:30 +00:00
parent f5b1283690
commit 66026ebf5a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

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)