diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index cd153365..1605f2d9 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -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)