Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software

This commit is contained in:
Brian Zalewski 2022-11-27 08:01:48 +00:00
parent 82a2a76e75
commit be0abe2f5e

View file

@ -6,7 +6,7 @@ let response = await fetch('https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw
if (response.ok) {
const installData = await response.json()
} else {
await $`logg 'Error acquiring software installation map'`
await $`logg error 'Error acquiring software installation map'`
}
const installOrders = {}