ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

install.sh faild run #1195

Closed raydrawc closed 3 months ago

raydrawc commented 3 months ago

Version confirmation

Following prerequisites

Not a user config issue

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

ayamir commented 3 months ago

fixed.