We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Debian
/
1 parent 55aef45 commit 9a6f392Copy full SHA for 9a6f392
src/recipe/os/APT/Debian.c
@@ -10,7 +10,7 @@ os_debian_prelude ()
10
chef_prep_this (os_debian, gsr);
11
12
chef_set_created_on (this, "2023-09-02");
13
- chef_set_last_updated (this, "2025-09-12");
+ chef_set_last_updated (this, "2025-11-09");
14
chef_set_sources_last_updated (this, "2025-07-11");
15
16
chef_set_chef (this, NULL);
@@ -25,7 +25,7 @@ os_debian_prelude ()
25
26
def_sources_begin()
27
{&UpstreamProvider, "http://deb.debian.org/debian", FeedByPrelude},
28
- {&MirrorZ, "https://mirrors.cernet.edu.cn/debian/", FeedByPrelude},
+ {&MirrorZ, "https://mirrors.cernet.edu.cn/debian", FeedByPrelude},
29
{&Ali, "https://mirrors.aliyun.com/debian", FeedByPrelude},
30
{&Volcengine, "https://mirrors.volces.com/debian", FeedByPrelude},
31
{&Bfsu, "https://mirrors.bfsu.edu.cn/debian", FeedByPrelude},
0 commit comments