install: mkdir -vp LaTeX template dir

This commit is contained in:
Aminda Suomalainen 2025-05-20 11:33:44 +03:00
parent 4cb4d2e888
commit 7b1553c9f8
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -7,6 +7,9 @@ set -x
ln -nsfv /dev/null $HOME/nul
ln -nsfv /dev/null $HOME/null
# Of course LaTeX templates exist
mkdir -vp ~/texmf/tex/latex/local
# If my allowed_signers are present, use them, if not, clone them, and try
# again. The gitconfig expects them here.
if [ -d $HOME/src/codeberg.org/Aminda/ssh-allowed_signers ]; then