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