Missing semicolon
This commit is contained in:
parent
1f97b4dd3d
commit
ebd828cccc
|
@ -42,7 +42,7 @@ fi
|
|||
. ./activate
|
||||
# pip 20.x+ supports Linux binary wheels
|
||||
pip install --upgrade pip
|
||||
if [ $LINUX ] then
|
||||
if [ $LINUX ]; then
|
||||
# Linux binary wheels
|
||||
pip install -i https://hosted.chia.net/simple/ miniupnpc==0.1.dev5 setproctitle==1.1.10 cbor2==5.0.1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue