From 46ce1c7f867442eb27d3fc1041d278acac99c861 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Thu, 4 Jul 2019 13:34:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20aria2=20=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md b/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md index 88c34a2..5863e41 100644 --- a/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md +++ b/Software/OperatingSystem/Linux/Manjaro/Manjaro_初始配置.md @@ -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 等。