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

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

View file

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