Spaces:
Sleeping
Sleeping
Commit
·
81ca012
1
Parent(s):
2c155b1
removed setup.sh not working
Browse files
setup.sh
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
echo "Running setup.sh..."
|
| 3 |
-
|
| 4 |
-
# Check if git-lfs is installed
|
| 5 |
-
if command -v git-lfs &> /dev/null; then
|
| 6 |
-
echo "git-lfs is available, running pull..."
|
| 7 |
-
git lfs pull
|
| 8 |
-
else
|
| 9 |
-
echo "git-lfs not installed in this environment. Skipping pull."
|
| 10 |
-
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|