X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=postinst-setup-fedora;h=ed2c217ecd53f91f5137b556782ff34f57d6d85f;hp=ceb2cdf50cccab0ea27621ab409e02828984993e;hb=ae71d0a17c88c16fd0297a163b430459598e273b;hpb=be042a6dddd56493b53747c7ba89774cbe6a6537 diff --git a/postinst-setup-fedora b/postinst-setup-fedora index ceb2cdf..ed2c217 100755 --- a/postinst-setup-fedora +++ b/postinst-setup-fedora @@ -14,14 +14,19 @@ 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 \ 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 +64,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