Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create anthon.md #148

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions content/post/mirror-help/anthon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
+++
title = "anthon"
tags = ["mirror-help"]
author = "LengmoAngel"
+++

AOSC OS(安同 OS)软件源。AOSC OS 是一个由安同开源社区 [https://aosc.io](https://aosc.io)开发的半滚动 Linux 发行版,对包括 x86-64,aarch64,LoongArch64 等多种处理器架构提供支持。

**使用方法**

AOSC OS 内置 `apt-gen-list` 用于切换社区提供的可用镜像源。不建议直接使用 `/etc/apt/sources.list` 变更镜像。

使用如下指令将本镜像源添加到可用镜像源列表中
```
sudo apt-gen-list add-custom-mirror sjtug https://mirror.sjtu.edu.cn/anthon/
```
随后使用如下启用本镜像源
```
sudo apt-gen-list add-mirror sjtug
```
如果仅使用本镜像源,使用如下指令
```
sudo apt-gen-list set-mirror sjtug
```