5 lines
125 B
Bash
Executable file
5 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
|
|
gpg --decrypt fonts.txz.gpg | tar xJvC ~/.local/share
|
|
cp -v merriweather/* ~/.local/share/fonts/
|
|
fc-cache rebuild
|