Skip to content

How to properly check for updates on Linux? #1366

Closed Answered by koppor
koppor asked this question in Q&A
Discussion options

You must be logged in to vote

On Linux (on GitHub actions), I need following checks (source: https://github.com/koppor/mwe-miktex/blob/8ccea8a58db2d7c109f7bda39eb9d2ce5d7306e0/.github/workflows/miktex.yml#L45):

      - run: miktexsetup --verbose finish
      - run: initexmf --verbose --set-config-value=[MPM]AutoInstall=1
      - run: miktex --verbose packages update-package-database
      - run: miktex --verbose packages update
      - run: miktex --verbose packages install cm-super amsfonts
      - run: miktex --verbose fontmaps configure
      - run: miktex --verbose fndb refresh
      - run: initexmf --verbose --update-fndb
      - run: updmap

In Docker, it's slightly different, but also works (source: https://gith…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by koppor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant