diff --git a/home/dot_local/bin/executable_installx b/home/dot_local/bin/executable_installx index ef3990a9..f47e71ac 100644 --- a/home/dot_local/bin/executable_installx +++ b/home/dot_local/bin/executable_installx @@ -587,9 +587,8 @@ async function main() { log(`Running post-install script defined in ${scriptPath}`) return runScript(`post-${x.listKey}.sh`, fs.readFileSync(scriptPath, 'utf8')) }) - //await Promise.allSettled(postScripts.concat(postScriptFiles)) - await Promise.allSettled(postScripts) - await Promise.allSettled(postScriptFiles) + //await Promise.allSettled(postScripts) + //await Promise.allSettled(postScriptFiles) log(`Starting services flagged with _serviceEnabled`) const systemctlInstalled = which.sync('systemctl', { nothrow: true }) const brewInstalled = which.sync('brew', { nothrow: true }) diff --git a/software.yml b/software.yml index 61977db9..2e57c6c6 100644 --- a/software.yml +++ b/software.yml @@ -3823,7 +3823,7 @@ softwarePackages: choco: github-desktop flatpak: io.github.shiftey.Desktop github-runner: - _bin: false + _bin: github-runner _desc: "[GitHub Runner](https://docs.github.com/en/actions/hosting-your-own-runners) is a system that you deploy and manage to execute jobs from GitHub Actions on GitHub.com." _docs: https://docs.github.com/en/actions/hosting-your-own-runners _github: https://github.com/actions/runner @@ -11463,7 +11463,7 @@ softwarePackages: scoop: vim virtualbox: _app: VirtualBox.app - _bin: null + _bin: virtualbox _desc: "[VirtualBox](https://www.virtualbox.org/) is a free and open-source hosted hypervisor for x86 virtualization, developed by Oracle Corporation. Created by Innotek, it was acquired by Sun Microsystems in 2008, which was in turn acquired by Oracle in 2010. VirtualBox may be installed on Windows, macOS, Linux, Solaris and OpenSolaris." _docs: https://www.virtualbox.org/wiki/Documentation _github: https://github.com/mirror/vbox