Merge pull request #133 from KspLite/solus-doc

增加 Solus 镜像的帮助文档
This commit is contained in:
Yuxiang Zhang 2019-06-25 17:33:08 +08:00 committed by GitHub
commit ce18f5c0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 1 deletions

View File

@ -577,7 +577,7 @@
},
{
"name": "solus",
"desc": "SolusOS 的软件仓库,致力于制作对新手友好的发行版"
"desc": "Solus 的软件仓库,致力于制作对新手友好的发行版"
},
{
"name": "stackage",

View File

@ -0,0 +1,35 @@
---
category: help
layout: help
mirrorid: solus
---
## Solus 镜像使用帮助
Solus 是一个界面美观,对新手友好的 Linux 发行版,使用 `eopkg` 作为包管理器。
* 项目地址:<https://getsol.us>
*  镜像地址:<https://mirrors.tuna.tsinghua.edu.cn/solus>
### 使用方法
执行以下命令
```
sudo eopkg add-repo Tuna https://mirrors.tuna.tsinghua.edu.cn/solus/shannon/eopkg-index.xml.xz
```
此后,之行以下命令以启用 Tuna 源,禁用官方源
```
sudo eopkg enable-repo Tuna
sudo eopkg disable-repo Solus
```
或者用 Tuna 源直接覆盖官方源
```
sudo eopkg add-repo Solus https://mirrors.tuna.tsinghua.edu.cn/solus/shannon/eopkg-index.xml.xz
```
关于 `eopkg` 命令的详细用法,请执行 `eopkg help` 查看帮助。