ZJUSCT / mirror-front

ZJU mirror front-end
https://mirrors.zju.edu.cn
MIT License
32 stars 7 forks source link

feat: add mozilla mirror, testing is in progress #91

Closed RalXYZ closed 2 months ago

RalXYZ commented 2 months ago

See mirror request: https://github.com/ZJUSCT/mirror-issues/issues/32

determ1ne commented 2 months ago

We should add the new DEB822 style repo config besides the inline format. Since Debian 11 and Ubuntu 20.10, DEB822 format is used by default, and the format has been supported since Ubuntu 16.04 and Debian 9.

Maybe something like

Types: deb
URIs: https://mirrors.zju.edu.cn/mozilla/apt
Suites: mozilla
Components: main
Architectures: ${archName}
Signed-By: /etc/apt/keyrings/packages.mozilla.org.asc

I have not tested it though.

RalXYZ commented 2 months ago

@determ1ne Tested, works fine on my machine (Ubuntu Desktop 24.04)