manage expectations

This commit is contained in:
jash
2018-10-14 14:32:21 +02:00
committed by kexkey
parent 30be599f70
commit 912beb4dd1

10
dist/setup.sh vendored
View File

@@ -35,7 +35,15 @@ configure() {
recreate="recreate"
fi
clear && echo "Thinking..."
ARCH=$(uname -m)
if [[ $ARCH =~ ^arm ]]; then
clear && echo "Thinking. This may take a while, since I'm a Raspberry PI and my brain is so small. :D"
else
clear && echo "Thinking..."
fi
# configure features of cyphernode
docker run -v $current_path:/data \