From ac53ac71ae9aa90e9d77bc69f276c34a06a82d6c Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 18 Dec 2019 09:15:07 +0100 Subject: [PATCH] new: [install.sh] support ``mingw`` Signed-off-by: Valentin Lab --- src/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/install.sh b/src/install.sh index d628c9a..3b1ead3 100755 --- a/src/install.sh +++ b/src/install.sh @@ -256,6 +256,12 @@ install.docker-toolbox-for-mac() { } +install.mingw() { + ## will install compose, but can't be used + install.linux +} + + install.wsl() { CHARM_PATH=~/.charm-store get_charm_store "${DEPLOY_REF}" || return 1