1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:10:06 +08:00

Use bash for 24-bit-color.sh

close #1599
This commit is contained in:
wsdjeg 2018-04-09 21:15:48 +08:00 committed by Wang Shidong
parent f1de69ae2d
commit 6e1543c808

View File

@ -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)"
}
# }}}