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
|
||||
}
|
||||
|
||||
|
||||
function debian() {
|
||||
local INSTALL_COMMAND='sudo apt-get -y install'
|
||||
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 &
|
||||
case `uname` in
|
||||
'Darwin')
|
||||
osx
|
||||
;;
|
||||
osx
|
||||
;;
|
||||
'Linux')
|
||||
debian
|
||||
debian
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user