补充 aria2 下载工具。

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-04 13:34:09 +08:00
parent 36997137df
commit 46ce1c7f86
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ locale-gen "en_US.UTF-8"
## 安装常用工具
```sh
pacman -S base-devel git gcc make cmake gdb python2 python3 go arm-none-eabi-gcc arm-none-eabi-gdb arm-none-eabi-newlib tmux openssh samba ntfs-3g vim bzip2 coreutils ncurses xz unrar unzip zip
pacman -S base-devel git gcc make cmake gdb python2 python3 go arm-none-eabi-gcc arm-none-eabi-gdb arm-none-eabi-newlib tmux openssh samba ntfs-3g vim bzip2 coreutils ncurses xz unrar unzip zip aria2
```
另外需要安装 flex、bison、libncurses5-dev 等。