From 6a0c55ac73bb21c4e5698cf62a17bb642d3250ee Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 8 Nov 2015 12:26:56 -0800 Subject: [PATCH] Install script gets zsh as needed. --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index a2d08bb..c9f5733 100755 --- a/install.sh +++ b/install.sh @@ -205,9 +205,12 @@ function echo_pref { } function cleanup { + # Needs zsh + /usr/bin/zsh 2>/dev/null <