From 4c77e479ba9e7bd078856f34fc2a7cb8db4c64ad Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 18 Dec 2024 21:11:49 +0800 Subject: [PATCH] Update `Linux Lite` upstream --- src/recipe/os/APT/Linux-Lite.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/recipe/os/APT/Linux-Lite.c b/src/recipe/os/APT/Linux-Lite.c index 67967bc..55cd1d7 100644 --- a/src/recipe/os/APT/Linux-Lite.c +++ b/src/recipe/os/APT/Linux-Lite.c @@ -5,15 +5,21 @@ * Contributors : Yangmoooo * | * Created On : <2023-09-29> - * Last Modified : <2024-11-21> + * Last Modified : <2024-12-18> * ------------------------------------------------------------*/ +static SourceProvider_t os_linuxlite_upstream = +{ + def_upstream, "http://repo.linuxliteos.com/linuxlite/", + {NotSkip, NA, NA, "http://repo.linuxliteos.com/linuxlite/isos/7.2/linux-lite-7.2-64bit.iso"} // 2.9GB +}; + /** * @update 2024-11-21 */ static Source_t os_linuxlite_sources[] = { - {&UpstreamProvider, "http://repo.linuxliteos.com/linuxlite/"}, + {&os_linuxlite_upstream, "http://repo.linuxliteos.com/linuxlite/"}, {&MirrorZ, "https://mirrors.cernet.edu.cn/linuxliteos/"}, {&Sjtug_Zhiyuan, "https://mirrors.sjtug.sjtu.edu.cn/linuxliteos/"}, {&Nju, "https://mirror.nju.edu.cn/linuxliteos/"}