支持通过docker构建镜像
This commit is contained in:
6
document-docker/install-fonts.sh
Executable file
6
document-docker/install-fonts.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo installing fonts
|
||||
sudo mkdir -p /usr/share/fonts/truetype
|
||||
sudo cp -r ./fonts/* /usr/share/fonts/truetype/
|
||||
sudo fc-cache -fv
|
||||
echo fonts installed
|
||||
Reference in New Issue
Block a user