diff --git a/liebchen.yml b/liebchen.yml index e6b1e2e..4dd0e58 100644 --- a/liebchen.yml +++ b/liebchen.yml @@ -6,4 +6,16 @@ - geany state: latest - name: Enable home directory creation for new users - command: pam-auth-update --enable mkhomedir \ No newline at end of file + command: pam-auth-update --enable mkhomedir + + - name: TeXlive + apt: + name: + - texlive-luatex + - texlive-latex-recommended + - texlive-latex-extra + - texlive-extra-utils + - texlive-publishers + - texlive-lang-english + - texlive-lang-german + - texlive-pictures \ No newline at end of file