Update home/.local/bin/installx
This commit is contained in:
parent
10d0934bb3
commit
6d724ceaa1
1 changed files with 5 additions and 5 deletions
|
@ -387,12 +387,12 @@ async function installPackages(pkgInstructions) {
|
|||
}
|
||||
log(`Performing ${promises.length} installations`)
|
||||
process.env.DEBUG && console.log('Queued installs:', promises)
|
||||
# const installs = await Promise.allSettled(promises)
|
||||
const installs = await Promise.allSettled(promises)
|
||||
|
||||
let installs
|
||||
promises.forEach((p) => {
|
||||
installs.push(await p)
|
||||
})
|
||||
#let installs
|
||||
#promises.forEach((p) => {
|
||||
# installs.push(await p)
|
||||
#})
|
||||
|
||||
log(`All of the installations have finished`)
|
||||
process.env.DEBUG && console.log('Completed installs:', installs)
|
||||
|
|
Loading…
Reference in a new issue