Update bootstrap.sh

Replacing _#!/usr/bin/env_ bash with _#!/bin/bash_
This commit is contained in:
Ferhat 2013-07-22 01:56:59 +02:00
parent 045777a89c
commit f705335f0a

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
############################ SETUP PARAMETERS
declare -a required=('vim' 'git' 'vundle');
app_name='spf13-vim'