Skip to content
Snippets Groups Projects
Commit ac85a8e5 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Use the progress bar instead and print what was downloaded

parent cd1416d0
Branches
No related tags found
No related merge requests found
......@@ -60,8 +60,9 @@ installbinaries:
- >
for D in $DOWNLOADS; do
echo $D
curl -f -O -L -H "PRIVATE-TOKEN: $PATKEY" $D
curl -f -O -# -L -H "PRIVATE-TOKEN: $PATKEY" $D
done
- ls -lha
- mv server.linux64 bin/server
- mv client.linux64 bin/client
- mv udb.linux64 bin/udb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment