Update index.js
This commit is contained in:
parent
3ce2d1a1d7
commit
c95ed26129
1 changed files with 0 additions and 3 deletions
3
index.js
3
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)
|
||||
})
|
Loading…
Add table
Reference in a new issue