diff --git a/scripts/setup-grid.sh b/scripts/setup-grid.sh index e86628e48..004008de2 100755 --- a/scripts/setup-grid.sh +++ b/scripts/setup-grid.sh @@ -4,7 +4,7 @@ version=v1.13.0 dist_file=bbgo-$version-$osf-amd64.tar.gz echo "downloading..." -curl -L https://github.com/c9s/bbgo/releases/download/$version/$dist_file +curl -O -L https://github.com/c9s/bbgo/releases/download/$version/$dist_file tar xzf $dist_file mv bbgo-darwin bbgo chmod +x bbgo