From 937678e6308c30c5139425686426c5f7ef879cd6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 15 Mar 2021 16:47:29 +0100 Subject: [PATCH] Leave note about Bash > 4 Closes https://git.autonomic.zone/coop-cloud/abra/issues/96. --- docs/deploy.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/deploy.md b/docs/deploy.md index 7d88193b..ac39db08 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -42,6 +42,15 @@ Once your DNS and docker daemon are up, you can install [`abra`](https://git.aut Firstly, install `abra` locally. +!!! danger "Here be dragons" + + `abra` is written in Bash version 4 and if you have a version older than + that, you will face issues. You can check your current bash version by + running `bash --version`. Some developers of the tool are using Zsh > 5 and + things work fine. Some MacOS users have had to use this [Homebrew + formula](https://formulae.brew.sh/formula/bash#default) to upgrade their + Bash. + ```bash $ curl https://install.abra.autonomic.zone | bash ```