mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix installer: use option O
This commit is contained in:
parent
e1ad2b49bf
commit
1ede661bcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user