Change url to ssh

pull/1/head
Matthew D. Scholefield 2017-11-06 22:25:48 -06:00
parent 21222796fb
commit 403682f80f
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ sudo pip3 install pyinstaller
pyinstaller -y precise.stream.spec
cd dist/
[ -d repo ] || git clone https://github.com/MycroftAI/precise-data -b dist repo
rm -rf repo
[ -d repo ] || git clone git@github.com:MycroftAI/precise-data.git -b dist repo
cd repo/
arch="$(python3 -c 'import platform; print(platform.machine())')"