added font install script for termux
This commit is contained in:
parent
b21d21beaa
commit
fbe4fe47dc
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
mkdir -p ~/fontstemp
|
||||
gpg --decrypt fonts.txz.gpg | tar xJvC ~/fontstemp
|
||||
cp ~/fontstemp/fonts/DraftingMono-Regular.ttf ~/.termux/font.ttf
|
||||
rm -rf ~/fontstemp
|
Loading…
Reference in New Issue