]> piware.de Git - bin.git/commitdiff
postinst-setup-fedora: Install RedHat VPN connection RPMs
authorMartin Pitt <martin@piware.de>
Thu, 26 Jan 2017 10:27:30 +0000 (11:27 +0100)
committerMartin Pitt <martin@piware.de>
Thu, 26 Jan 2017 10:27:30 +0000 (11:27 +0100)
postinst-setup-fedora

index 8ea93e15fe45a4797011130dc9953104b4e85f38..4058886a74956b24817dab65a374565e9a98cda8 100755 (executable)
@@ -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