X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=postinst-setup-fedora;h=ed2c217ecd53f91f5137b556782ff34f57d6d85f;hp=25ea960f10d6ed2ede4778270fcef1b6c9895988;hb=ae71d0a17c88c16fd0297a163b430459598e273b;hpb=f37277e706ed55d8a0323a23a65df13e3c8c693c diff --git a/postinst-setup-fedora b/postinst-setup-fedora index 25ea960..ed2c217 100755 --- a/postinst-setup-fedora +++ b/postinst-setup-fedora @@ -16,7 +16,7 @@ dnf install -y iwl6000g2a-firmware NetworkManager-wifi \ 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 \ @@ -64,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