diff options
Diffstat (limited to 'office/texlive/doinst.sh')
-rw-r--r-- | office/texlive/doinst.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/texlive/doinst.sh b/office/texlive/doinst.sh index 072cbba786820..5bac0e7189d05 100644 --- a/office/texlive/doinst.sh +++ b/office/texlive/doinst.sh @@ -1,3 +1,4 @@ chroot . /usr/bin/mktexlsr 1>/dev/null 2>/dev/null -chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null +#printf "y\n" | chroot . /usr/bin/updmap-sys --nohash --syncwithtrees 1>/dev/null 2>/dev/null +chroot . /usr/bin/updmap-sys 1>/dev/null 2>/dev/null chroot . /usr/bin/fmtutil-sys --all 1>/dev/null 2>/dev/null |