Skip to content

Commit a1d2df6

Browse files
committed
feat: add bioconductor, opensuse and almalinux to certificated mirror list, fix #84
1 parent ca96c6d commit a1d2df6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utils/official-certificated-mirror-list.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ import React from "react";
33
export default [
44
"CRAN",
55
"CTAN",
6+
"almalinux",
67
"alpine",
78
"archlinux",
89
"archlinuxcn",
10+
"bioconductor",
911
"centos",
1012
"cygwin",
1113
"debian",
@@ -15,6 +17,7 @@ export default [
1517
"fedora",
1618
"gentoo",
1719
"openeuler",
20+
"opensuse",
1821
"raspbian",
1922
"rocky",
2023
"ros",

0 commit comments

Comments
 (0)