From 1da6ef43c77ace485264d730ddbfd26ab75632c6 Mon Sep 17 00:00:00 2001
From: swee <meow@swee.codes>
Date: Mon, 20 Jan 2025 18:34:15 -0800
Subject: [PATCH] Update index.js

---
 index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.js b/index.js
index 1722991..767e845 100644
--- a/index.js
+++ b/index.js
@@ -1,5 +1,5 @@
 const { exec } = require('node:child_process')
-
-exec('apk add bash git', (err, output) => {
+var additional = process.env.additional;
+exec('apk add bash git ' + additional, (err, output) => {
     console.log(output)
 })
\ No newline at end of file