Skip to content

Commit

Permalink
Fix LunarVim install
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlf committed Jun 26, 2024
1 parent d04fc2d commit 004238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function lunarvim_install(){
# ensure there are no failures due to installing python packages
python3 -m pip config set global.break-system-packages true

curl -sSL https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh | LV_BRANCH='release-1.4/neovim-0.9' bash -s -- -y | true
(curl -sSL https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.4/neovim-0.9/utils/installer/install.sh | LV_BRANCH='release-1.4/neovim-0.9' bash -s -- -y) | true
}

# setup starship
Expand Down

0 comments on commit 004238a

Please sign in to comment.