Skip to content

Commit ba24e80

Browse files
davide125Conan-Kudo
authored andcommitted
Move installer data to a separate repo
Relocate this to https://github.com/AsahiLinux/asahi-installer-data to avoid confusion and make it easier to maintain. Signed-off-by: Davide Cavalca <[email protected]>
1 parent 54a35c6 commit ba24e80

4 files changed

Lines changed: 2 additions & 237 deletions

File tree

data/installer_data.json

Lines changed: 0 additions & 197 deletions
This file was deleted.

scripts/bootstrap-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if true; then
2323

2424
export VERSION_FLAG=https://cdn.asahilinux.org/installer-dev/latest
2525
export INSTALLER_BASE=https://cdn.asahilinux.org/installer-dev
26-
export INSTALLER_DATA=https://github.com/AsahiLinux/asahi-installer/raw/main/data/installer_data.json
26+
export INSTALLER_DATA=https://github.com/AsahiLinux/asahi-installer-data/raw/main/data/installer_data.json
2727
export REPO_BASE=https://cdn.asahilinux.org
2828
export REPORT=https://stats.asahilinux.org/report
2929
export REPORT_TAG=alx-dev

scripts/bootstrap-prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if true; then
2323

2424
export VERSION_FLAG=https://cdn.asahilinux.org/installer/latest
2525
export INSTALLER_BASE=https://cdn.asahilinux.org/installer
26-
export INSTALLER_DATA=https://github.com/AsahiLinux/asahi-installer/raw/prod/data/installer_data.json
26+
export INSTALLER_DATA=https://github.com/AsahiLinux/asahi-installer-data/raw/prod/data/installer_data.json
2727
export INSTALLER_DATA_ALT=https://alx.sh/installer_data.json
2828
export REPO_BASE=https://cdn.asahilinux.org
2929
export REPORT=https://stats.asahilinux.org/report

scripts/update-far.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)