LFS-RPM/SOURCES/update-tl.sh
YellowJacketLinux e6f5d22c05 initial checkin
2023-04-04 14:38:03 -07:00

8 lines
88 B
Bash

#!/usr/bin/env bash
tlmgr update --self
if [ $? -eq 0 ]; then
tlmgr update --all
fi