(bash) remove check for gh clie

This commit is contained in:
jc 2024-12-28 16:01:50 -05:00
commit ed9fc0c2f5

View file

@ -353,11 +353,6 @@ if [ $? -ne 0 ]; then
echo -e "$WARNING pnpm is not installed"
fi
command -v gh > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e "$WARNING gh cli is not installed"
fi
command -v nvim > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e "$ERROR neovim is not installed"