Skip to content

Commit

Permalink
add path export for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-harin committed May 24, 2024
1 parent 7c90f40 commit 10c54dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installs/install-texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if ! "${LOCAL}/help/texlive-bin.sh"; then
fi

if ! tlmgr --version >/dev/null 2>&1; then
if "${LOCAL}/help/is-linux.sh"; then
if "${LOCAL}/help/is-linux.sh" || "${LOCAL}/help/is-macos.sh"; then
PATH=$PATH:$("${LOCAL}/help/texlive-bin.sh")
export PATH
else
Expand Down

0 comments on commit 10c54dc

Please sign in to comment.