Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux-course
Commits
7fd2a9fe
Commit
7fd2a9fe
authored
Jan 02, 2019
by
Timo Koch
Browse files
[install] Correct dumux-course branch to releases/3.0
parent
7ea2877b
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/install.sh
View file @
7fd2a9fe
...
...
@@ -89,19 +89,13 @@ if [ ! -d "dumux" ]; then
else
echo
"Skip cloning dumux because the folder already exists."
fi
cd
dumux
git checkout releases/3.0
cd
..
# dumux-course
if
[
!
-d
"dumux-course"
]
;
then
git clone https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
git clone
-b
releases/3.0
https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course.git
else
echo
"Skip cloning dumux-course because the folder already exists."
fi
cd
dumux-course
git checkout 2018
cd
..
if
[
$?
-ne
0
]
;
then
echo
"*********************************************************************************************"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment