From 912beb4dd13bbf27467f39c7a080ace8973c792b Mon Sep 17 00:00:00 2001 From: jash Date: Sun, 14 Oct 2018 14:32:21 +0200 Subject: [PATCH] manage expectations --- dist/setup.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dist/setup.sh b/dist/setup.sh index 034be9e..36eafe9 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -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 \