Skip to content

Commit 67520f5

Browse files
committed
fix(texml.sh): copy .fonts to home
Random SO guidance.
1 parent c82faf5 commit 67520f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

texml.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ apt install -y texlive \
2727

2828
mkdir -p "$HOME/texmf"
2929
cp -r ./fonts/ "$HOME/texmf"
30+
cp -r ./fonts/ "$HOME"
3031
ls "$HOME/texmf"
3132
texhash --version
3233
texhash "$HOME/texmf"

0 commit comments

Comments
 (0)