From c95ed2612938aa60a955705086621c394bf405ed Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Mon, 20 Jan 2025 18:24:10 -0800 Subject: [PATCH] Update index.js --- index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.js b/index.js index f11e458..5673fb9 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,5 @@ const { exec } = require('node:child_process') -exec('apk update', (err, output) => { - console.log(output) -}) exec('apk add bash', (err, output) => { console.log(output) }) \ No newline at end of file