Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software
This commit is contained in:
parent
e67c13ecbf
commit
82a2a76e75
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||||
|
|
Loading…
Reference in a new issue