Update index.js
This commit is contained in:
parent
c95ed26129
commit
8d63cec326
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -1,5 +1,5 @@
|
||||||
const { exec } = require('node:child_process')
|
const { exec } = require('node:child_process')
|
||||||
|
|
||||||
exec('apk add bash', (err, output) => {
|
exec('apk add bash git', (err, output) => {
|
||||||
console.log(output)
|
console.log(output)
|
||||||
})
|
})
|
Loading…
Add table
Reference in a new issue