mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 07:50:28 +08:00
新增适配 Manjaro 操作系统
This commit is contained in:
40
README.md
40
README.md
@@ -105,6 +105,10 @@
|
||||
<td><a href="https://archlinux.org" target="_blank"><sub><img src="docs/assets/images/icon/arch-linux.ico" width="16" height="16"></sub></a> Arch Linux</td>
|
||||
<td align="center">all</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://manjaro.org" target="_blank"><sub><img src="docs/assets/images/icon/manjaro.svg" width="16" height="16"></sub></a> Manjaro</td>
|
||||
<td align="center">all</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://www.alpinelinux.org" target="_blank"><sub><img src="docs/assets/images/icon/alpine.png" width="16" height="16"></sub></a> Alpine Linux</td>
|
||||
<td align="center">v3 / edge</td>
|
||||
@@ -129,26 +133,26 @@
|
||||
|
||||
## 快速开始
|
||||
|
||||
### GNU/Linux 更换系统软件源
|
||||
|
||||
```bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
|
||||
```
|
||||
|
||||
### Docker 安装与换源
|
||||
|
||||
```bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
|
||||
```
|
||||
|
||||
### Docker 更换镜像加速器
|
||||
|
||||
```bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --only-registry
|
||||
```
|
||||
|
||||
> 项目官方网站集成了 AI 聊天与搜索,更多使用方法详见 [**linuxmirrors.cn**](https://linuxmirrors.cn/use)
|
||||
|
||||
- ### GNU/Linux 更换系统软件源
|
||||
|
||||
```bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh)
|
||||
```
|
||||
|
||||
- ### Docker 安装与换源
|
||||
|
||||
```bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
|
||||
```
|
||||
|
||||
- ### Docker 更换镜像加速器
|
||||
|
||||
```bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/docker.sh) --only-registry
|
||||
```
|
||||
|
||||
## LICENSE
|
||||
|
||||
Copyright © 2025, [SuperManito](https://github.com/SuperManito). Released under the [MIT](https://github.com/SuperManito/LinuxMirrors/blob/main/LICENSE).
|
||||
|
||||
Reference in New Issue
Block a user