#!/bin/sh
mkdir -p ~/fontstemp
gpg --decrypt fonts.txz.gpg | tar xJvC ~/fontstemp
cp ~/fontstemp/fonts/MonoLisa-normal.ttf ~/.termux/font.ttf
rm -rf ~/fontstemp