Skip to content

Commit

Permalink
and
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 committed Apr 6, 2020
1 parent c71dd5a commit 430ce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-timelord.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ then
echo $THE_PATH
echo "vdf_client already exists, no action taken"
else
if [ -e venv/bin/python && "$UBUNTU_DEBIAN" = "true"]
if [ -e venv/bin/python ] && [ "$UBUNTU_DEBIAN" = "true"]
then
echo "installing chiavdf from source on Ubuntu/Debian"
# Check for development tools
Expand Down

0 comments on commit 430ce52

Please sign in to comment.