]> piware.de Git - bin.git/blobdiff - postinst-setup-fedora
postinst-setup-fedora: install texlive-german
[bin.git] / postinst-setup-fedora
index ceb2cdf50cccab0ea27621ab409e02828984993e..577d03afb7b78db811bad05b0d64fadb8be16fdc 100755 (executable)
@@ -14,14 +14,20 @@ dnf install -y iwl6000g2a-firmware NetworkManager-wifi \
     pavucontrol pulseaudio-utils alsa-plugins-pulseaudio \
     gstreamer1-plugin-mpg123 gstreamer1-plugins-good \
     qemu-kvm qemu-img openvpn mutt weechat pidgin-otr \
+    simple-scan sane-backends sane-backends-drivers-scanners \
     pandoc texlive-beamer texlive-latex-bin texlive-collection-fontsrecommended \
-    texlive-hyphen-german texlive-hyphen-english \
+    texlive-hyphen-german texlive-hyphen-english texlive-fancyhdr texlive-dinbrief \
+    texlive-german \
     gnome-terminal firefox network-manager-applet evince shotwell rhythmbox \
     offlineimap gnome-keyring pinentry-gnome3 \
     postfix duplicity systemd-container gnome-disk-utility powertop \
     git gtimelog libappindicator-gtk3 \
     schroot mock \
 
+# codecs
+dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
+dnf install -y gstreamer1-{libav,plugins-{ugly,bad-free}} --setopt=strict=0
+
 # TODO: restore /etc git
 
 # other setup
@@ -59,6 +65,9 @@ systemctl set-default graphical.target
 
 systemctl enable --now postfix
 
+# Red Hat VPN certs and connections
+rpm -i ~martin/Dokumente/Arbeit/RedHat/redhat-internal*.rpm
+
 # create user
 groupadd --gid 1000 martin
 useradd --comment "Martin Pitt" --uid 1000 --gid 1000 --groups wheel,ecryptfs,mock martin