dkatz2391 commited on
Commit
4f5cf83
·
verified ·
1 Parent(s): df9b33e

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -1
install.sh CHANGED
@@ -7,7 +7,7 @@ git lfs install
7
  git clone https://github.com/AdamGman/Make-It-Animatable --recursive --single-branch app
8
 
9
  # Download and set up FBX2glTF
10
- wget https://github.com/AdamGman/Make-It-Animatable/blob/main/util/FBX2glTF-linux-x64 -O app/util/FBX2glTF
11
  chmod +x app/util/FBX2glTF
12
 
13
  # Clone AnimateDataset (dataset)
 
7
  git clone https://github.com/AdamGman/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
11
  chmod +x app/util/FBX2glTF
12
 
13
  # Clone AnimateDataset (dataset)