mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-11-27 16:55:08 -05:00
Run `apt-get upgrade` right after `apt-get install`, instead of cleaning up apt index first, do `apt-get update` again, then `apt-get upgrade`. This will save some build time and disk space, because it didn't clean up apt index after the `apt-get upgrade` before.