summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Belov <[email protected]>2021-10-17 00:07:55 +1300
committerGitHub <[email protected]>2021-10-16 13:07:55 +0200
commit3c5a6d06b966eedac74a01d0fcc3a6a06631128e (patch)
treee5e3d65a5dec639a419f70b99e018cb574497a54
parent281c54ba55651af0b33dadeb3419e19b10fbed45 (diff)
Rollback default branch name to master (#1589)
-rwxr-xr-xutils/installer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh
index aaee515d..b290fec7 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -2,7 +2,7 @@
set -eo pipefail
#Set branch to master unless specified by the user
-declare LV_BRANCH="${LV_BRANCH:-"rolling"}"
+declare LV_BRANCH="${LV_BRANCH:-"master"}"
declare -r LV_REMOTE="${LV_REMOTE:-lunarvim/lunarvim.git}"
declare -r INSTALL_PREFIX="${INSTALL_PREFIX:-"$HOME/.local"}"