set debian 0
This commit is contained in:
parent
8ea6b55aab
commit
c2960f7f93
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue