Update file executable_install-program
This commit is contained in:
parent
bc98f413d6
commit
9f33b41c60
1 changed files with 1 additions and 0 deletions
|
@ -1764,6 +1764,7 @@ async function installSoftware(pkgsToInstall) {
|
|||
for (const script of installOrdersPre) {
|
||||
await $`${script}`
|
||||
}
|
||||
console.log(installOrdersGroups)
|
||||
installOrdersGroups.length && log('info', 'Users / Groups', `Adding groups / users`)
|
||||
for (const group of installOrdersGroups) {
|
||||
await addUserGroup(group)
|
||||
|
|
Loading…
Reference in a new issue