Setupbox_local/monitor/setup/install_font_style/installfont.sh
2021-12-09 12:01:08 +07:00

5 lines
98 B
Bash

#!/bin/bash
scp -r * /usr/share/fonts/truetype/
fc-cache -f -v
echo "Setup font text done!"
exit 0