]> piware.de Git - bin.git/commitdiff
install-tex: Add
authorMartin Pitt <martin@piware.de>
Sun, 24 Sep 2023 07:46:53 +0000 (09:46 +0200)
committerMartin Pitt <martin@piware.de>
Thu, 28 Sep 2023 05:56:00 +0000 (07:56 +0200)
install-tex [new file with mode: 0755]

diff --git a/install-tex b/install-tex
new file mode 100755 (executable)
index 0000000..62d2a6f
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+if command -v apt; then
+    sudo apt install -y texlive-lang-german  texlive-latex-base texlive-latex-extra
+else
+    sudo dnf install texlive-german texlive-german texlive-a4wide texlive-dinbrief texlive-latex texlive-hyphen-german pandoc texlive-ec texlive-pdfjam texlive-beamer
+fi