From d80a827f0be92797a846ea480ccc9aa1dbe682b8 Mon Sep 17 00:00:00 2001 From: digitalLumberjack Date: Sun, 27 Aug 2017 18:38:20 +0200 Subject: [PATCH] added new os list from recalbox --- recovery/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recovery/config.h b/recovery/config.h index 3213b303..363a18eb 100644 --- a/recovery/config.h +++ b/recovery/config.h @@ -21,7 +21,7 @@ #define HOMEPAGE "https://github.com/recalbox/recalbox-os/wiki" /* Location to download the list of available distributions from */ -#define DEFAULT_REPO_SERVER "http://archive.recalbox.com/os_list.json" +#define DEFAULT_REPO_SERVER "http://archive.recalbox.com/v1/noobs/os_list_v3.json" /* Location to download the list of available distributions from * Multiple lists can be specified by space separating the URLs */ //#define DEFAULT_REPO_SERVER "http://downloads.raspberrypi.org/os_list_v3.json"