From a90539fcd79f4d66c6ad3087cb50f18a630ccf80 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 10 Feb 2023 00:02:00 -0300 Subject: [PATCH] instalar htop --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index eb80b16..24ac30d 100644 --- a/index.ts +++ b/index.ts @@ -34,7 +34,7 @@ if (process.argv[2] === "generate-secrets") { console.debug(rootfsDir); const alpine = await Alpine.makeWorld({ dir: rootfsDir }); - await alpine.addPackages(["helix", "iproute2-ss", "socat"]); + await alpine.addPackages(["helix", "htop", "iproute2-ss", "socat"]); const runit = await Runit.setup(alpine); await setupDhcpcd(alpine, runit); await setupNtpsec(alpine, runit);