mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
help: transpile from mirrorz-help
This commit is contained in:
parent
0c3701ecb8
commit
d3a990ffff
|
|
@ -61,7 +61,8 @@ curl https://packages.gitlab.com/gpg.key 2> /dev/null | {{sudo}}apt-key add - &>
|
|||
<div class="form-group">
|
||||
<label>发行版:</label>
|
||||
<select id="select-1-0" class="form-control content-select" data-target="#content-1">
|
||||
<option data-os_name="debian" data-release_name="bullseye" selected>Debian 11</option>
|
||||
<option data-os_name="debian" data-release_name="bookworm" selected>Debian 12</option>
|
||||
<option data-os_name="debian" data-release_name="bullseye">Debian 11</option>
|
||||
<option data-os_name="debian" data-release_name="buster">Debian 10</option>
|
||||
<option data-os_name="debian" data-release_name="stretch">Debian 9</option>
|
||||
<option data-os_name="debian" data-release_name="jessie">Debian 8</option>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,8 @@ Linux Mint 也采用 apt 作为包管理器,与 Ubuntu 和 Debian 类似,你
|
|||
<div class="form-group">
|
||||
<label>Linux Mint 版本:</label>
|
||||
<select id="select-0-0" class="form-control content-select" data-target="#content-0">
|
||||
<option data-release_name="vera" selected>21.1</option>
|
||||
<option data-release_name="victoria" selected>21.2</option>
|
||||
<option data-release_name="vera">21.1</option>
|
||||
<option data-release_name="vanessa">21</option>
|
||||
<option data-release_name="una">20.3</option>
|
||||
<option data-release_name="uma">20.2</option>
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ deb {{http_protocol}}{{mirror}}/apt/{{os_name}} {{release_name}} mysql-{{version
|
|||
|
||||
新建 `/etc/yum.repos.d/mysql-community.repo`,内容如下:
|
||||
|
||||
注:`mysql-8.0`, `mysql-connectors`和`mysql-tools`在 RHEL 7/8上还提供了`aarch64`版本。
|
||||
注:`mysql-8.0`, `mysql-connectors` 和 `mysql-tools` 在 RHEL 7/8 上还提供了 `aarch64` 版本。
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@ mirrorid: proxmox
|
|||
<div class="form-group">
|
||||
<label>Debian 版本:</label>
|
||||
<select id="select-0-0" class="form-control content-select" data-target="#content-0">
|
||||
<option data-release_name="bullseye" selected>Debian 11</option>
|
||||
<option data-release_name="bookworm" selected>Debian 12</option>
|
||||
<option data-release_name="bullseye">Debian 11</option>
|
||||
<option data-release_name="buster">Debian 10</option>
|
||||
<option data-release_name="stretch">Debian 9</option>
|
||||
<option data-release_name="jessie">Debian 8</option>
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ Bioconductor 为高通量基因组数据的分析和可视化提供开源工具
|
|||
|
||||
使用方法:[Bioconductor](https://www.bioconductor.org) 镜像源配置文件之一是 `.Rprofile`(linux 下位于 `~/.Rprofile`, Windows 下位于 `~\library\base\R\Rprofile`)。
|
||||
|
||||
在文末添加如下语句或在R/RStudio终端下键入:
|
||||
在文末添加如下语句或在 R/RStudio 终端下键入:
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue