Now the machine is correctly set up from scratch
--HG-- branch : bgschaid/feature/vagrantSandboxBranch
This commit is contained in:
parent
91810a7c6d
commit
2aadf18162
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue