The old models.zip URL didn't work with certain .wgetrc settings. This new one seems to be more robust. fixes #167
4 lines
97 B
Bash
Executable File
4 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
wget https://dl.dropboxusercontent.com/s/4j4z58wuv8o0mfz/models.zip
|
|
unzip models.zip
|