mildstone deploy
This commit is contained in:
15
ldap-overleaf-sl/update_texlive.sh
Normal file
15
ldap-overleaf-sl/update_texlive.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /usr/local/texlive/
|
||||
if [ -d 2023 ]
|
||||
then
|
||||
cp -a 2023 2024
|
||||
rm -f 2024/tlpkg/backups/*
|
||||
cd 2024
|
||||
wget https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh
|
||||
sh update-tlmgr-latest.sh -- --upgrade
|
||||
fi
|
||||
tlmgr update --self --all
|
||||
tlmgr install scheme-full
|
||||
luaotfload-tool -fu
|
||||
|
||||
Reference in New Issue
Block a user