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

This commit is contained in:
Brian Zalewski 2022-11-30 09:43:30 +00:00
parent 40eeaebcb4
commit 897041e7a8
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ if(osType === 'linux') {
// Download the installation map
async function downloadInstallData() {
const response = await fetch(
"https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.yml"
"https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/.local/share/chezmoi/software.yml"
);
if (response.ok) {
const text = await response.text()

View file

@ -23,7 +23,7 @@ if(osType === 'linux') {
// Download the installation map
async function downloadInstallData() {
const response = await fetch(
"https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.yml"
"https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/.local/share/chezmoi/software.yml"
);
if (response.ok) {
const text = await response.text()