ayamir / nvimdots

A well configured and structured Neovim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install.sh faild run

raydrawc opened this issue · comments

Version confirmation

  • Confirm

Following prerequisites

  • Confirm

Not a user config issue

  • Confirm

Neovim version

v0.9.5

Operating system/version

ubuntu 2202

Terminal name/version

ubuntu ssh

$TERM environment variable

No response

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

./install.sh: line 178: syntax error near unexpected token elif' ./install.sh: line 178: elif check_nvim_version "${REQUIRED_NVIM_VERSION_LEGACY}"; then'

Expected behavior

:176 elif check_nvim_version "${REQUIRED_NVIM_VERSION}" !!!!!! ; !!!!! then
execute "git" "clone" "-b" "main" "${CLONE_ATTR[@]}" "$1" "${DEST_DIR}"

add the ";"

Actual behavior

No response

Additional information

No response

fixed.