We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a487a5d commit cb3639fCopy full SHA for cb3639f
scripts/utils.sh
@@ -159,7 +159,7 @@ function lunarvim_install(){
159
# ensure there are no failures due to installing python packages
160
python3 -m pip config set global.break-system-packages true
161
162
- 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
+ curl -sSL https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/installer/install.sh | LV_BRANCH='master' bash -s -- -y
163
}
164
165
# setup starship
0 commit comments