>>107977369
You can update them manually if you want
cd ~/.cache/tealdeer/tldr-pages
wget https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip
unzip tldr.zip
rm tldr.zip
I tested this and it works, you could probably write a bash script to automate this then alias it to "tldr-update" or whatever, that's what i will do.