diff options
-rw-r--r-- | utils/installer/install.ps1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/installer/install.ps1 b/utils/installer/install.ps1 index 10adfece..9f861125 100644 --- a/utils/installer/install.ps1 +++ b/utils/installer/install.ps1 @@ -1,8 +1,7 @@ $ErrorActionPreference = "Stop" # exit when command fails # set script variables -# FIXME: temporarily set the branch to the new one -$LV_BRANCH = ($LV_BRANCH, "lang-refactor", 1 -ne $null)[0] +$LV_BRANCH = ($LV_BRANCH, "rolling", 1 -ne $null)[0] $LV_REMOTE = ($LV_REMOTE, "lunarvim/lunarvim.git", 1 -ne $null)[0] $INSTALL_PREFIX = ($INSTALL_PREFIX, "$HOME\.local", 1 -ne $null)[0] |