Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManito committed Oct 24, 2024
1 parent 2c7a454 commit 6d8f446
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DockerInstallation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ function handle_command_options() {
--source 指定 Docker CE 源地址 地址
--source-registry 指定 Docker Registry 源地址 地址
--codename 指定 Debian 系操作系统的版本代号 代号名称
--install-latested 控制是否安装最新版本的 Docker Engine true 或 false
--install-latest 控制是否安装最新版本的 Docker Engine true 或 false
--ignore-backup-tips 忽略覆盖备份提示 无
问题报告 https://github.com/SuperManito/LinuxMirrors/issues
Expand Down Expand Up @@ -189,7 +189,7 @@ function handle_command_options() {
fi
;;
## 安装最新版本
--install-latested)
--install-latest | --install-latested)
if [ "$2" ]; then
case "$2" in
[Tt]rue | [Ff]alse)
Expand Down
2 changes: 1 addition & 1 deletion docs/mirrors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ hide:
| 上海交通大学(思源) | [mirror.sjtu.edu.cn](https://mirror.sjtu.edu.cn "https://mirror.sjtu.edu.cn") |
| 上海交通大学(致远) | [mirrors.sjtug.sjtu.edu.cn](https://mirrors.sjtug.sjtu.edu.cn "https://mirrors.sjtug.sjtu.edu.cn") |

## 海外地区 :flag-world-map:
## 境外与海外地区 :flag-world-map:

=== ":fontawesome-solid-earth-asia: 亚洲"

Expand Down
2 changes: 1 addition & 1 deletion docs/other/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
| `--source` | 指定 `Docker CE` 源地址(域名或IP) | 地址 |
| `--source-registry` | 指定镜像仓库地址(域名或IP) | 地址 |
| `--codename` | 指定 Debian 系操作系统的版本代号 | 代号名称 |
| `--install-latested` | 控制是否安装最新版本的 Docker Engine | `true``false` |
| `--install-latest` | 控制是否安装最新版本的 Docker Engine | `true``false` |
| `--ignore-backup-tips` | 忽略覆盖备份提示(即不覆盖备份) ||

> 软件源格式 `<指定WEB协议>://<软件源地址>/<软件源分支>`
Expand Down
3 changes: 3 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@
.md-typeset {
font-size: 16px;
}
.md-typeset .emojione, .md-typeset .gemoji, .md-typeset .twemoji {
vertical-align: -0.2em !important;
}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
site_name: LinuxMirrors
repo_name: GitHub Repository
repo_name: GitHub
repo_url: https://github.com/SuperManito/LinuxMirrors
edit_uri: edit/main/docs/
copyright: 'Copyright &copy; 2024 <a href="https://github.com/SuperManito" target="_blank"> SuperManito</a> <a href="https://www.netlify.com" target="_blank"><img height="64" width="64" src="/assets/images/icon/netlify.svg" style="vertical-align: -0.6em"></a>'
Expand Down

0 comments on commit 6d8f446

Please sign in to comment.