12 lines
292 B
Markdown
12 lines
292 B
Markdown
- wsl更改默认用户 #linux
|
|
- ```
|
|
Arch.exe config --default-user 用户
|
|
```
|
|
- arch初始化密钥环 #linux
|
|
- ```
|
|
[user@PC-NAME]$ sudo pacman-key --init
|
|
|
|
[user@PC-NAME]$ sudo pacman-key --populate
|
|
|
|
[user@PC-NAME]$ sudo pacman -Syy archlinux-keyring
|
|
``` |