7 lines
77 B
Bash
7 lines
77 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "开始安装中文字体"
|
||
|
|
||
|
id
|
||
|
|
||
|
winetricks cjkfonts
|