Update file executable_install-program
This commit is contained in:
parent
2138825729
commit
03a3a4b996
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ const osPlatform = osPlatformData === 'win32' ? 'windows' : osPlatformData
|
|||
|
||||
// Download the installation map
|
||||
async function downloadInstallData() {
|
||||
const response = await fetch('https://gitlab.com/megabyte-labs/hiawatha-dotfiles/-/raw/master/software.yml')
|
||||
const response = await fetch('https://gitlab.com/megabyte-labs/sexy-start/-/raw/master/software.yml')
|
||||
if (response.ok) {
|
||||
const text = await response.text()
|
||||
return YAML.parse(text)
|
||||
|
|
Loading…
Reference in a new issue