diff --git a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl index c1cbb78..f71bf5a 100644 --- a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl @@ -24,6 +24,6 @@ for package in ${packages[@]}; do done -LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s 'https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh --no-install-dependencies') +LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s 'https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh') echo -e "\033[0;32m>>>>> Finish LVim installation <<<<<\033[0m"