diff --git a/bootstrap.sh b/bootstrap.sh index 1f59bac..9e4e246 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,5 +1,4 @@ -#!/usr/bin/env bash - +#!/bin/bash ############################ SETUP PARAMETERS declare -a required=('vim' 'git' 'vundle'); app_name='spf13-vim'