(bash) remove check for gh clie
This commit is contained in:
parent
1ef0464bd6
commit
ed9fc0c2f5
1 changed files with 0 additions and 5 deletions
|
|
@ -353,11 +353,6 @@ if [ $? -ne 0 ]; then
|
||||||
echo -e "$WARNING pnpm is not installed"
|
echo -e "$WARNING pnpm is not installed"
|
||||||
fi
|
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
|
command -v nvim > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "$ERROR neovim is not installed"
|
echo -e "$ERROR neovim is not installed"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue