From 1b94e7e3b84c9bd7a72efa61d12213d481fcee54 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 5 Nov 2023 16:57:50 +0100 Subject: [PATCH] refactor(zbm): Ask for rerun (#21) --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6e099d3..b4adfdb 100644 --- a/setup.sh +++ b/setup.sh @@ -224,7 +224,9 @@ function setup_env_vars () { done printf -- '%s\n' \ - 'Done, please rerun script now without '"'"'setup'"'"' argument.' + 'Done, please rerun script now with just' \ + '... | bash' \ + 'so without the '"'"'setup'"'"' argument's exit 77 }