From 899c355077558b4597c9ee034f7482de00159810 Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Mon, 20 Jan 2025 18:36:49 -0800 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 767e845..db2786b 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,6 @@ const { exec } = require('node:child_process') var additional = process.env.additional; +console.log("# apk add bash git " + additional) exec('apk add bash git ' + additional, (err, output) => { console.log(output) }) \ No newline at end of file