Latest
This commit is contained in:
parent
6e9ed2a3fc
commit
991560fae1
2 changed files with 4 additions and 5 deletions
|
@ -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 })
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue