From 413d3078cbf1fd8933e706351e98502342b89c4b Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 2 Oct 2024 18:11:47 +0800 Subject: [PATCH] Fix cernet url for raspberry --- src/recipe/os/APT/Raspberry-Pi-OS.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/recipe/os/APT/Raspberry-Pi-OS.c b/src/recipe/os/APT/Raspberry-Pi-OS.c index 3e1e9aa..d9b5248 100644 --- a/src/recipe/os/APT/Raspberry-Pi-OS.c +++ b/src/recipe/os/APT/Raspberry-Pi-OS.c @@ -4,7 +4,7 @@ * File Authors : Aoran Zeng * Contributors : Nil Null * Created On : <2023-09-29> - * Last Modified : <2024-08-16> + * Last Modified : <2024-10-02> * * Raspberry Pi OS 树莓派操作系统,以前称为 Raspbian * ------------------------------------------------------------*/ @@ -15,7 +15,7 @@ static SourceInfo os_raspberrypi_sources[] = { {&Upstream, NULL}, - {&MirrorZ, "https://help.mirrors.cernet.edu.cn/raspberrypi/"}, + {&MirrorZ, "https://mirrors.cernet.edu.cn/raspberrypi/"}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/raspberrypi/"}, {&Bfsu, "https://mirrors.bfsu.edu.cn/raspberrypi/"}, {&Ustc, "https://mirrors.ustc.edu.cn/raspberrypi/"},