Update bootstrap.sh

This commit is contained in:
Andrei Merlescu 2023-01-07 15:20:38 -05:00 committed by GitHub
parent 81125a9cf3
commit afb9c8062a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@
# limitations under the License.
############################ SETUP PARAMETERS
app_name='spf13-vim'
[ -z "$APP_PATH" ] && APP_PATH="$HOME/.spf13-vim-3"
[ -z "$REPO_URI" ] && REPO_URI='https://github.com/spf13/spf13-vim.git'
app_name='spf17-vim'
[ -z "$APP_PATH" ] && APP_PATH="$HOME/.spf17-vim-3"
[ -z "$REPO_URI" ] && REPO_URI='git@github.com:andreimerlescu/spf13-vim.git'
[ -z "$REPO_BRANCH" ] && REPO_BRANCH='3.0'
debug_mode='0'
fork_maintainer='0'