Hi there, glad I found this thread!
I’m here for two reasons:
1) I added the apt repo to get automatic updates, but noticed that the guide on the download page still uses apt-key
which is deprecated since Ubuntu 22.04.
Maybe this can be updated to directly use gpg to convert they repo key:
wget -O - https://tonfotos.com/distribution/public.key | gpg --dearmor > tonfotos-keyring.gpg;
cat tonfotos-keyring.gpg | sudo tee /usr/share/keyrings/tonfotos-keyring.gpg > /dev/null
echo 'deb [signed-by=/usr/share/keyrings/tonfotos-keyring.gpg] https://tonfotos.com/distribution/tonfotos/release/linux/debian/ binary/' | sudo tee /etc/apt/sources.list.d/tonfotos.list
2) Is there an update regarding the build release publishing system?
I installed 1.11.4 since that was the latest available version, not knowing that I could get a newer version here 😁
(and 1.13.2 deb file is a bit outdated by now compared to the other OSs 1.13.5 anyway)