outside bars
This commit is contained in:
parent
a6e66ea70d
commit
e53e84d602
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue