更新文件 Manjaro_初始配置.md
This commit is contained in:
parent
7b4830ca58
commit
7613ef42c1
@ -52,6 +52,16 @@ Server = https://mirrors.ustc.edu.cn/manjaro/stable/$repo/$arch
|
||||
|
||||
具体可参考:<https://wiki.archlinux.org/index.php/Hardware_video_acceleration>
|
||||
|
||||
## 切换系统语言
|
||||
|
||||
编辑 /etc/locale.gen 为:
|
||||
|
||||
en_US.UTF-8 UTF-8
|
||||
|
||||
和 /etc/locale.conf 为:
|
||||
|
||||
LANG="en_US.UTF-8"
|
||||
|
||||
## 安装常用工具
|
||||
|
||||
pacman -S base-devel git gcc make 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user