mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
Add tlpretest repo
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
44c031a74b
commit
cd0792f99b
|
|
@ -332,6 +332,8 @@ mirror_desc:
|
|||
desc: 运行在 Android 上的终端模拟器 Termux 的官方软件包仓库
|
||||
- name: tinycorelinux
|
||||
desc: 为嵌入式开发的微型 Linux 发行版
|
||||
- name: tlpretest
|
||||
desc: TeX Live 测试版本的软件包仓库与安装镜像
|
||||
- name: ubuntu
|
||||
desc: 流行的 Linux 发行版 Ubuntu 的安装镜像和官方软件包仓库
|
||||
- name: ubuntu-cdimage
|
||||
|
|
@ -367,6 +369,7 @@ new_mirrors:
|
|||
- manjaro-arm
|
||||
- fdroid
|
||||
- kubernetes
|
||||
- tlpretest
|
||||
|
||||
unlisted_mirrors:
|
||||
- status: 'success'
|
||||
|
|
|
|||
|
|
@ -25,4 +25,3 @@ tlmgr update --all --repository https://mirrors.tuna.tsinghua.edu.cn/CTAN/system
|
|||
|
||||
其中的 `update --all` 指令可根据需要修改。
|
||||
|
||||
如下载时出现问题请将地址中的 https 改为 http。
|
||||
|
|
|
|||
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
category: help
|
||||
layout: help
|
||||
mirrorid: tlpretest
|
||||
---
|
||||
|
||||
[tlpretest] 镜像使用帮助
|
||||
===================
|
||||
|
||||
tlpretest 是 TeX Live 在官方镜像之外发布的测试版本,详情可见 [官方介绍](https://www.tug.org/texlive/pretest.html)。
|
||||
|
||||
在 TeX Live 官方版更新冻结期间(通常为每年 2 到 4 月),用户可以通过 tlpretest 提前获得新版本的 TeX Live 及其包含的宏包更新。
|
||||
|
||||
在命令行中执行:
|
||||
|
||||
```
|
||||
tlmgr option repository https://mirrors.tuna.tsinghua.edu.cn/tlpretest
|
||||
```
|
||||
|
||||
即可永久更改镜像源。
|
||||
|
||||
如果只需要临时切换,可以用如下命令:
|
||||
|
||||
```
|
||||
tlmgr update --all --repository https://mirrors.tuna.tsinghua.edu.cn/tlpretest
|
||||
```
|
||||
|
||||
其中的 `update --all` 指令可根据需要修改。
|
||||
|
||||
Loading…
Reference in New Issue