set debian 0

This commit is contained in:
Gene Hoffman 2020-04-05 18:28:37 -07:00
parent 8ea6b55aab
commit c2960f7f93
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80

View File

@ -4,6 +4,8 @@ CHIAVDF_VERSION=`python -c 'from setup import dependencies; t = [_ for _ in depe
if [ `uname` = "Linux" ] && type apt-get;
then UBUNTU_DEBIAN=1
else
UBUNTU_DEBIAN=0
fi
echo "This script assumes it is run from the chia venv - '. ./activate' before running."