mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[tex] Fix tlmgr db init
This commit is contained in:
parent
cbafb473b8
commit
c814216b17
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Description: Document typesetting
|
||||
set -e
|
||||
|
||||
__tex_init="tlmgr init-usertree 2>/dev/null || true"
|
||||
__tex_init="tlmgr init-usertree"
|
||||
__tex_info="tlmgr --usermode info --only-installed"
|
||||
__tex_install="tlmgr --usermode install"
|
||||
|
||||
|
@ -50,7 +50,7 @@ case "$_PLATFORM" in
|
|||
_apt xzdec
|
||||
esac
|
||||
|
||||
$__tex_init
|
||||
$__tex_init 2>/dev/null || /bin/true
|
||||
|
||||
function _tex {
|
||||
local pkg=$1
|
||||
|
|
Loading…
Reference in a new issue