Setupbox_cloud/monitor/setup/install_font_style/installfont.sh
2021-09-21 09:49:29 +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