whitespace cleanup in start.sh

This commit is contained in:
Ivan Malison 2015-11-25 11:15:31 -05:00
parent 03f62993e6
commit b04bc8db5b

View File

@ -5,7 +5,6 @@ function fedora() {
yum install python-pip
}
function debian() {
local INSTALL_COMMAND='sudo apt-get -y install'
hash apt-get &>/dev/null || (echo 'apt-get is missing.' && exit)