Skip to content
Open
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
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Arch router

[![Packaging status](https://repology.org/badge/vertical-allrepos/arch-router.svg)](https://repology.org/project/arch-router/versions)

Arch Linux 软路由工具箱!

- [x] ainstall: arch linux 安装脚本,分区采用GPT分区表 + UEFI(bootloader) + LVM逻辑卷管理方式,更容易扩容。
Expand All @@ -8,6 +10,18 @@ Arch Linux 软路由工具箱!

## 使用方法

<details open>
<summary>Arch Linux 通过 AUR 或[自建源](https://github.com/taotieren/aur-repo)安装 `arch-router`</summary>

```bash
# AUR
yay -Syu arch-router         
# 自建源
sudo pacman -Syu arch-router
```

</details>

<details open>
<summary>下载 ainstall 脚本安装Arch Linux</summary>

Expand Down