setupbox/monitor/setup/install_font_style/installfont.sh
2022-12-22 11:36:36 +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