From 50775951f7d2286accf586c94e14a85ba730b609 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Thu, 14 May 2020 11:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20tree=20=E5=91=BD=E4=BB=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 等。