Auto commit

上级 1b2bd94f
...@@ -5,9 +5,9 @@ dpkg -i google-chrome-stable_current_amd64.deb ...@@ -5,9 +5,9 @@ dpkg -i google-chrome-stable_current_amd64.deb
pip install -r requirements.txt pip install -r requirements.txt
mkdir -p /usr/share/fonts/chinese/ #创建中文字体目录 mkdir -p /usr/share/fonts/chinese/ #创建中文字体目录
cp songti.ttf /usr/share/fonts/chinese/ #将字体文件拷贝到/usr/share/fonts/chinese/中 cp simsun.ttf /usr/share/fonts/chinese/ #将字体文件拷贝到/usr/share/fonts/chinese/中
cd /usr/share/fonts/chinese/ cd /usr/share/fonts/chinese/
fc-cache -fv #为刚加入的字体设置缓存使之有效 fc-cache -fv #为刚加入的字体设置缓存使之有效
fc-list #查看系统中的字体 fc-list #查看系统中的字体
cd /root/flask-screenshot
python3 main.py python3 main.py
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册