Skip to content

Commit 2fc8128

Browse files
committed
Update download command
1 parent 8ad0e5e commit 2fc8128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ download the Ubuntu VirtualBox image manually from some mirror sites into
2222
`~/.cache/sqlflow/` before running the above script.
2323

2424
```bash
25-
wget -c -nv --show-progress -O downloads/ubuntu-bionic64.box \
26-
"https://mirrors.ustc.edu.cn/ubuntu-cloud-images/bionic/current/bionic-server-cloudimg-amd64-vagrant.box"
25+
curl -Lo $HOME/.cache/sqlflow/ubuntu-bionic64.box \
26+
"https://mirrors.ustc.edu.cn/ubuntu-cloud-images/bionic/current/bionic-server-cloudimg-amd64-vagrant.box"
2727
```
2828

2929
### For Releaser

0 commit comments

Comments
 (0)