Update index.js

This commit is contained in:
Nova Cat 2025-01-20 18:24:10 -08:00
parent 3ce2d1a1d7
commit c95ed26129

View file

@ -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)
})