LFS-RPM/SOURCES/update-tl.sh

8 lines
88 B
Bash
Raw Normal View History

2023-04-05 05:38:03 +08:00
#!/usr/bin/env bash
tlmgr update --self
if [ $? -eq 0 ]; then
tlmgr update --all
fi