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