Skip to content

Commit cb3639f

Browse files
committed
Update lunarvim installer
1 parent a487a5d commit cb3639f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function lunarvim_install(){
159159
# ensure there are no failures due to installing python packages
160160
python3 -m pip config set global.break-system-packages true
161161

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
162+
curl -sSL https://raw.githubusercontent.com/LunarVim/LunarVim/master/utils/installer/install.sh | LV_BRANCH='master' bash -s -- -y
163163
}
164164

165165
# setup starship

0 commit comments

Comments
 (0)