forked from colonelpanic/dotfiles
whitespace cleanup in start.sh
This commit is contained in:
parent
03f62993e6
commit
b04bc8db5b
1
start.sh
1
start.sh
@ -5,7 +5,6 @@ function fedora() {
|
|||||||
yum install python-pip
|
yum install python-pip
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function debian() {
|
function debian() {
|
||||||
local INSTALL_COMMAND='sudo apt-get -y install'
|
local INSTALL_COMMAND='sudo apt-get -y install'
|
||||||
hash apt-get &>/dev/null || (echo 'apt-get is missing.' && exit)
|
hash apt-get &>/dev/null || (echo 'apt-get is missing.' && exit)
|
||||||
|
Loading…
Reference in New Issue
Block a user