forked from kiss-community/repo
4 lines
65 B
Bash
Executable File
4 lines
65 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
install -Dm644 ./*.ttf -t "$1/usr/share/fonts/TTF"
|