4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
|
|
gpg --decrypt fonts.txz.gpg | tar xJvC ~/.local/share
|
|
fc-cache rebuild
|