diff options
author | Nikolay Belov <[email protected]> | 2021-10-17 00:07:55 +1300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-10-16 13:07:55 +0200 |
commit | 3c5a6d06b966eedac74a01d0fcc3a6a06631128e (patch) | |
tree | e5e3d65a5dec639a419f70b99e018cb574497a54 /utils/installer/install.sh | |
parent | 281c54ba55651af0b33dadeb3419e19b10fbed45 (diff) |
Rollback default branch name to master (#1589)
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-x | utils/installer/install.sh | 2 |
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"}" |