outside bars

This commit is contained in:
Gene Hoffman 2020-04-05 18:37:10 -07:00
parent a6e66ea70d
commit e53e84d602
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80
1 changed files with 1 additions and 1 deletions

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