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