diff options
Diffstat (limited to 'utils/installer/install.ps1')
-rw-r--r-- | utils/installer/install.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.ps1 b/utils/installer/install.ps1 index 320e377c..7b07c86f 100644 --- a/utils/installer/install.ps1 +++ b/utils/installer/install.ps1 @@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop" # exit when command fails # set script variables -$LV_BRANCH = $LV_BRANCH ?? "rolling" +$LV_BRANCH = $LV_BRANCH ?? "master" $LV_REMOTE = $LV_REMOTE ?? "lunarvim/lunarvim.git" $INSTALL_PREFIX = $INSTALL_PREFIX ?? "$HOME\.local" |