diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index f43cc3ca..1fa4dc62 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -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)