Update .local/share/chezmoi/home/dot_local/bin/executable_install-program, .local/bin/install-program
This commit is contained in:
parent
40eeaebcb4
commit
897041e7a8
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ if(osType === 'linux') {
|
||||||
// Download the installation map
|
// Download the installation map
|
||||||
async function downloadInstallData() {
|
async function downloadInstallData() {
|
||||||
const response = await fetch(
|
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) {
|
if (response.ok) {
|
||||||
const text = await response.text()
|
const text = await response.text()
|
||||||
|
|
|
@ -23,7 +23,7 @@ if(osType === 'linux') {
|
||||||
// Download the installation map
|
// Download the installation map
|
||||||
async function downloadInstallData() {
|
async function downloadInstallData() {
|
||||||
const response = await fetch(
|
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) {
|
if (response.ok) {
|
||||||
const text = await response.text()
|
const text = await response.text()
|
||||||
|
|
Loading…
Reference in a new issue