From ebd828cccc4b05bfc0f21a4ddfbd9dc95587b600 Mon Sep 17 00:00:00 2001 From: Gene Hoffman Date: Sun, 5 Apr 2020 13:51:47 -0700 Subject: [PATCH] Missing semicolon --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6d3b015d..954c500c 100644 --- a/install.sh +++ b/install.sh @@ -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