diff --git a/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md b/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md index 581f123..14c5e3b 100644 --- a/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md +++ b/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md @@ -161,7 +161,7 @@ Configured directory for incoming files does not exist ## 安装常用工具 ```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 aria2 +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 tree ``` 另外需要安装 flex、bison、libncurses5-dev 等。