Skip to content

Commit

Permalink
#28 dont remove
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 17, 2024
1 parent 4e42e6a commit c808f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

if [ -n "${names}" ]; then
tlmgr --verify-repo=none install ${names}
tlmgr --verify-repo=none update ${names}
tlmgr --verify-repo=none --no-auto-remove update ${names} || echo 'UPDATE FAILED'
fi

cd "${INPUT_PATH-.}"
Expand Down

0 comments on commit c808f25

Please sign in to comment.