diff --git a/scripts/install.sh b/scripts/install.sh index b1f4cbe61dc7776443d9186c524facbc72493586..c96add9b1969a33d227f8af66f7b0d25525b38ea 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -85,12 +85,12 @@ cd .. # dumux if [ ! -d "dumux" ]; then - git clone -b master https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git + git clone -b releases/3.0 https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git else echo "Skip cloning dumux because the folder already exists." fi cd dumux -git checkout dumux-course-2018 +git checkout releases/3.0 cd .. # dumux-course