From c3a88f3a374b4d02f328685190c03fe303beae35 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 22 Feb 2024 17:15:34 +0100 Subject: [PATCH] Update home/.chezmoiscripts/80-install-lvim.sh --- home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl index 73ea7f4..c1cbb78 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 --no-install-dependencies') echo -e "\033[0;32m>>>>> Finish LVim installation <<<<<\033[0m"