Spaces:
Sleeping
Sleeping
typo
Browse files- install.sh +1 -1
install.sh
CHANGED
@@ -4,7 +4,7 @@ git config --global url.https://dkatz2391:[email protected]/.insteadOf ht
|
|
4 |
git lfs install
|
5 |
|
6 |
# Clone the main application
|
7 |
-
git clone https://github.com/
|
8 |
|
9 |
# Download and set up FBX2glTF
|
10 |
wget https://raw.githubusercontent.com/AdamGman/Make-It-Animatable/main/util/FBX2glTF-linux-x64 -O app/util/FBX2glTF
|
|
|
4 |
git lfs install
|
5 |
|
6 |
# Clone the main application
|
7 |
+
git clone https://github.com/dkatz23/retry-Make-It-Animatable --recursive --single-branch app
|
8 |
|
9 |
# Download and set up FBX2glTF
|
10 |
wget https://raw.githubusercontent.com/AdamGman/Make-It-Animatable/main/util/FBX2glTF-linux-x64 -O app/util/FBX2glTF
|