From: Martin Pitt Date: Thu, 26 Jan 2017 10:27:30 +0000 (+0100) Subject: postinst-setup-fedora: Install RedHat VPN connection RPMs X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=403113d095e21c35ce48fcae597af59244ea5779;hp=a61d9d263e08aa4d20906e4db9460d9d488c0aed postinst-setup-fedora: Install RedHat VPN connection RPMs --- diff --git a/postinst-setup-fedora b/postinst-setup-fedora index 8ea93e1..4058886 100755 --- a/postinst-setup-fedora +++ b/postinst-setup-fedora @@ -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