mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
9 lines
192 B
Bash
9 lines
192 B
Bash
if [ -d "../../../pikalab" ]; then
|
|
sh do_build.sh
|
|
fi
|
|
|
|
if [ ! -d "../../../pikalab" ]; then
|
|
rm rust-msc-latest-linux -f
|
|
wget http://pikapython.com/download/rust-msc-latest-linux
|
|
fi
|