From 247cc0ec41d73e5bd66e2170a5e6b7945c97c8c9 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Wed, 7 Apr 2021 21:51:46 +0200 Subject: [PATCH] Update demo.sh [ci skip] --- demo.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/demo.sh b/demo.sh index 5352040..2df6923 100644 --- a/demo.sh +++ b/demo.sh @@ -4,13 +4,11 @@ # `set -x` line below to see what this script is doing. # # [0]: https://doitlive.readthedocs.io/ -function abraa(){ - $ABRA_DIR/src/abra $@ -} #set -x -export ABRA_DIR=$(mktemp -d) +export ABRA_DIR=/tmp/abra_demo +mkdir -p $ABRA_DIR curl https://install.abra.autonomic.zone | bash -s -- --dev