Skip to content
Snippets Groups Projects
Commit 87f9fbc5 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Don't preserve owner for model

parent 76c090dc
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ if [ ! -f $model ]; then
echo "Downloading latest model"
wget https://media.xiph.org/lpcnet/data/$model
fi
tar xvf $model
tar xvof $model
touch src/nnet_data.[ch]
touch src/plc_data.[ch]
mv src/*.[ch] .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment