#!/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