This commit is contained in:
2025-08-28 16:12:34 +02:00
parent 7b8ca007b7
commit ae1f9d4477
2 changed files with 3 additions and 5 deletions

View File

@@ -172,8 +172,8 @@ pub fn (mut h HetznerManager) ubuntu_install(args ServerInstallArgs) !&builder.N
timeout_up: 60 * 5
)!
$dbg;
if args.hero_install {
n.exec_silent('apt update && apt install -y mc redis')!
n.hero_install(compile: args.hero_install_compile)!
}