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

This commit is contained in:
Brian Zalewski 2022-11-27 08:02:06 +00:00
parent be0abe2f5e
commit 9edf01af17

View file

@ -1,6 +1,5 @@
#!/usr/bin/env zx #!/usr/bin/env zx
# Store data in YML file and then generate the data below with:
# yq e -o=j '.' .chezmoidata.yaml # yq e -o=j '.' .chezmoidata.yaml
let response = await fetch('https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.json') let response = await fetch('https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.json')
if (response.ok) { if (response.ok) {