Backup some scripts of refresh rom for N1Box
After setting up using the armbian-config command. Then install the Chinese support.
sudo apt-get install ttf-wqy-zenhei      
sudo fc-cache -v                                
sudo vim /etc/profile
//在文件末尾添加相应内容:                        
//全中文环境增加export LC_ALL=zh_CN.UTF-8
//半中文环境增加LC_CTYPE=zh_CN.UTF-8 和 LANG=en_US.UTF-8 
sudo locale-gen                               
sudo locale-gen zh_CN.UTF-8      
//可不执行(重启后在登录界面可切换中文)
sudo reboot

The files is : https://seafile.www.5288z.com/f/261ef8f304ef410697bb/


