chore: update subproject commit reference in statnerd and update MiKTex debian source version

This commit is contained in:
2025-02-23 17:53:25 +01:00
parent 374b1bcca5
commit ba97edff35
2 changed files with 3 additions and 2 deletions

View File

@@ -20,8 +20,9 @@ jobs:
- name: Install MiKTeX - name: Install MiKTeX
run: | run: |
curl -fsSL https://miktex.org/download/key | tee /usr/share/keyrings/miktex-keyring.asc > /dev/null curl -fsSL https://miktex.org/download/key | tee /usr/share/keyrings/miktex-keyring.asc > /dev/null
echo "deb [signed-by=/usr/share/keyrings/miktex-keyring.asc] https://miktex.org/download/ubuntu jammy universe" | sudo tee /etc/apt/sources.list.d/miktex.list echo "deb [signed-by=/usr/share/keyrings/miktex-keyring.asc] https://miktex.org/download/ubuntu noble universe" | sudo tee /etc/apt/sources.list.d/miktex.list
apt-get update apt-get update
apt-get dist-upgrade -y
apt-get install miktex -y apt-get install miktex -y
miktexsetup --shared=yes finish miktexsetup --shared=yes finish