|
@@ -1,8 +1,7 @@
|
|
$ErrorActionPreference = "Stop" # exit when command fails
|
|
$ErrorActionPreference = "Stop" # exit when command fails
|
|
|
|
|
|
# set script variables
|
|
# 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]
|
|
$LV_REMOTE = ($LV_REMOTE, "lunarvim/lunarvim.git", 1 -ne $null)[0]
|
|
$INSTALL_PREFIX = ($INSTALL_PREFIX, "$HOME\.local", 1 -ne $null)[0]
|
|
$INSTALL_PREFIX = ($INSTALL_PREFIX, "$HOME\.local", 1 -ne $null)[0]
|
|
|
|
|