5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
gpg --decrypt fonts.txz.gpg | tar xJvC ~/.local/share
|
||
|
fc-cache rebuild
|