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 等。