Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ae30b097 authored by w-v's avatar w-v
Browse files

replace wget by curl

parent 01c27dde
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ fbxpydir="$builddir"/fbxpy ...@@ -12,7 +12,7 @@ fbxpydir="$builddir"/fbxpy
[ -d "$builddir" ] || mkdir "$builddir" [ -d "$builddir" ] || mkdir "$builddir"
# Download fbxsdk and fbxsdk python bindings # Download fbxsdk and fbxsdk python bindings
wget -nc -i "$scdir"/reqs.txt while read l; do curl -L -O $l; done < "$scdir"/reqs.txt
ls -1 *.tar.gz|while read a;do tar -xvzf "$a" -C "$builddir";done ls -1 *.tar.gz|while read a;do tar -xvzf "$a" -C "$builddir";done
rm fbx*.tar.gz rm fbx*.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment