forked from colonelpanic/dotfiles
whitespace cleanup in start.sh
This commit is contained in:
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user