From 403113d095e21c35ce48fcae597af59244ea5779 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 26 Jan 2017 11:27:30 +0100 Subject: [PATCH] postinst-setup-fedora: Install RedHat VPN connection RPMs --- postinst-setup-fedora | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2