forked from colonelpanic/dotfiles
whitespace cleanup in start.sh
This commit is contained in:
parent
03f62993e6
commit
b04bc8db5b
7
start.sh
7
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)
|
||||||
@ -41,10 +40,10 @@ function go() {
|
|||||||
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
|
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
|
||||||
case `uname` in
|
case `uname` in
|
||||||
'Darwin')
|
'Darwin')
|
||||||
osx
|
osx
|
||||||
;;
|
;;
|
||||||
'Linux')
|
'Linux')
|
||||||
debian
|
debian
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user