Spaces:
Sleeping
Sleeping
Julian-Hans
commited on
Commit
•
36aa059
1
Parent(s):
8e25340
path fixes in setup
Browse files
setup.sh
CHANGED
@@ -34,10 +34,12 @@ if [ -d "Case-Study-1" ]; then
|
|
34 |
cd Case-Study-1
|
35 |
if git pull | grep -q 'Already up to date.'; then
|
36 |
echo "Repository is up to date. Proceeding with setup."
|
|
|
37 |
|
38 |
else
|
39 |
echo "Repository updated successfully. Proceeding to next step."
|
40 |
git clone https://github.com/oxmraz-mldo24/Case-Study-1.git
|
|
|
41 |
fi
|
42 |
else
|
43 |
echo "Cloning repository..."
|
|
|
34 |
cd Case-Study-1
|
35 |
if git pull | grep -q 'Already up to date.'; then
|
36 |
echo "Repository is up to date. Proceeding with setup."
|
37 |
+
cd Case-Study-1
|
38 |
|
39 |
else
|
40 |
echo "Repository updated successfully. Proceeding to next step."
|
41 |
git clone https://github.com/oxmraz-mldo24/Case-Study-1.git
|
42 |
+
cd Case-Study-1
|
43 |
fi
|
44 |
else
|
45 |
echo "Cloning repository..."
|