mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-06-13 18:47:21 +02:00
install: mkdir -vp LaTeX template dir
This commit is contained in:
parent
4cb4d2e888
commit
7b1553c9f8
3
install
3
install
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user