Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update install.sh
Browse files- 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:// 
     | 
| 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)
         
     |