From 2bfd7bf74d3634c8eec0a3e539abc0fe0e8339f1 Mon Sep 17 00:00:00 2001 From: "Bernhard F.W. Gschaider" Date: Wed, 4 Sep 2013 17:06:50 +0200 Subject: [PATCH] Adding RPM for the ThirdParty-stuff --HG-- branch : bgschaid/feature/vagrantSandboxBranch --- vagrantSandbox/initUbunutuScript.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vagrantSandbox/initUbunutuScript.sh b/vagrantSandbox/initUbunutuScript.sh index fb765d202..008932bfc 100755 --- a/vagrantSandbox/initUbunutuScript.sh +++ b/vagrantSandbox/initUbunutuScript.sh @@ -37,6 +37,9 @@ apt-get -y install csh apt-get -y install tcsh apt-get -y install zsh +# to make the ThirdParty-Stuff work +apt-get -y install rpm + # this is needed for the packaging stuff echo echo "Setting for postfix"