Skip to content

Commit 4583973

Browse files
Merge remote-tracking branch 'origin/transpile'
Signed-off-by: Miao Wang <[email protected]>
2 parents fdb2301 + d3a990f commit 4583973

5 files changed

+8
-5
lines changed

help/_posts/1970-01-01-gitlab-ce.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ curl https://packages.gitlab.com/gpg.key 2> /dev/null | {{sudo}}apt-key add - &>
6161
<div class="form-group">
6262
<label>发行版:</label>
6363
<select id="select-1-0" class="form-control content-select" data-target="#content-1">
64-
<option data-os_name="debian" data-release_name="bullseye" selected>Debian 11</option>
64+
<option data-os_name="debian" data-release_name="bookworm" selected>Debian 12</option>
65+
<option data-os_name="debian" data-release_name="bullseye">Debian 11</option>
6566
<option data-os_name="debian" data-release_name="buster">Debian 10</option>
6667
<option data-os_name="debian" data-release_name="stretch">Debian 9</option>
6768
<option data-os_name="debian" data-release_name="jessie">Debian 8</option>

help/_posts/1970-01-01-linuxmint.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Linux Mint 也采用 apt 作为包管理器,与 Ubuntu 和 Debian 类似,你
4141
<div class="form-group">
4242
<label>Linux Mint 版本:</label>
4343
<select id="select-0-0" class="form-control content-select" data-target="#content-0">
44-
<option data-release_name="vera" selected>21.1</option>
44+
<option data-release_name="victoria" selected>21.2</option>
45+
<option data-release_name="vera">21.1</option>
4546
<option data-release_name="vanessa">21</option>
4647
<option data-release_name="una">20.3</option>
4748
<option data-release_name="uma">20.2</option>

help/_posts/1970-01-01-mysql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ deb {{http_protocol}}{{mirror}}/apt/{{os_name}} {{release_name}} mysql-{{version
8484

8585
新建 `/etc/yum.repos.d/mysql-community.repo`,内容如下:
8686

87-
注:`mysql-8.0`, `mysql-connectors``mysql-tools`在 RHEL 7/8上还提供了`aarch64`版本。
87+
注:`mysql-8.0`, `mysql-connectors``mysql-tools` 在 RHEL 7/8 上还提供了 `aarch64` 版本。
8888

8989

9090

help/_posts/1970-01-01-proxmox.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ mirrorid: proxmox
4545
<div class="form-group">
4646
<label>Debian 版本:</label>
4747
<select id="select-0-0" class="form-control content-select" data-target="#content-0">
48-
<option data-release_name="bullseye" selected>Debian 11</option>
48+
<option data-release_name="bookworm" selected>Debian 12</option>
49+
<option data-release_name="bullseye">Debian 11</option>
4950
<option data-release_name="buster">Debian 10</option>
5051
<option data-release_name="stretch">Debian 9</option>
5152
<option data-release_name="jessie">Debian 8</option>

help/_posts/2017-01-12-bioconductor.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Bioconductor 为高通量基因组数据的分析和可视化提供开源工具
3535

3636
使用方法:[Bioconductor](https://www.bioconductor.org) 镜像源配置文件之一是 `.Rprofile`(linux 下位于 `~/.Rprofile`, Windows 下位于 `~\library\base\R\Rprofile`)。
3737

38-
在文末添加如下语句或在R/RStudio终端下键入
38+
在文末添加如下语句或在 R/RStudio 终端下键入
3939

4040

4141

0 commit comments

Comments
 (0)