Update .local/share/chezmoi/software.yml, .local/share/chezmoi/home/dot_local/bin/executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-05 18:33:02 +00:00
parent 9466dfbb7a
commit 9b6292ca57
2 changed files with 5 additions and 0 deletions

View file

@ -89,6 +89,9 @@ async function downloadInstallData() {
return YAML.parse(text);
} else {
log("error", "Catalog Download", `Failed to download the installation map`);
log("info", "Catalog Download", `Falling back to local version of software.yml`);
const text = fs.readFileSync(process.env.HOME + "/.local/share/chezmoi/software.yml");
return YAML.parse(text);
}
}

View file

@ -3854,7 +3854,9 @@ softwarePackages:
cask: mockoon
choco: mockoon
github: github.com/mockoon/mockoon
npm: '@mockoon/cli'
snap: mockoon
winget: mockoon
yay: mockoon-bin
mole:
_bin: null