Now the machine is correctly set up from scratch

--HG--
branch : bgschaid/feature/vagrantSandboxBranch
This commit is contained in:
Bernhard F.W. Gschaider 2013-09-04 15:30:19 +02:00
parent 91810a7c6d
commit 2aadf18162

View file

@ -16,10 +16,10 @@ then
apt-get -y install python-software-properties apt-get -y install python-software-properties
add-apt-repository ppa:mercurial-ppa/releases add-apt-repository ppa:mercurial-ppa/releases
apt-get update -y
fi fi
apt-get update -y
echo echo
echo "Installing additional packages" echo "Installing additional packages"
echo echo
@ -76,6 +76,7 @@ done
OFDIR=/home/vagrant/OpenFOAM/ OFDIR=/home/vagrant/OpenFOAM/
mkdir -vp $OFDIR mkdir -vp $OFDIR
chown -R vagrant:vagrant $OFDIR
OFClone=$OFDIR/OpenFOAM-1.6-ext OFClone=$OFDIR/OpenFOAM-1.6-ext
OFReference=$OFDIR/OpenFOAM-1.6-ext-parent OFReference=$OFDIR/OpenFOAM-1.6-ext-parent