This commit is contained in:
Gene Hoffman 2020-04-05 18:40:52 -07:00
parent b5e268f349
commit 665e58084a
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80

View File

@ -16,7 +16,7 @@ then
echo $THE_PATH
echo "vdf_client already exists, no action taken"
else
if [ -e venv/bin/python ] && $UBUNTU_DEBIAN;
if [ -e venv/bin/python ] && [$UBUNTU_DEBIAN]
then
echo "installing chiavdf from source on Ubuntu/Debian"
# Check for development tools