From 6e1543c8086dbe2058424a23cabd4eb7190c3081 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Mon, 9 Apr 2018 21:15:48 +0800 Subject: [PATCH] Use bash for 24-bit-color.sh close #1599 --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index 2de78ec8b..5b3a5aaf3 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -263,7 +263,7 @@ check_requirements () { fi fi info "Checking true colors support in terminal:" - sh -c "$(curl -fsSL https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh)" + bash -c "$(curl -fsSL https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh)" } # }}}