From 158f8391f3abc735cbc4635281379507d5f31ad7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Oct 2014 18:54:49 -0700 Subject: [PATCH] one line installation of apt-get basics. --- start.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/start.sh b/start.sh index 8070966f..45b342c7 100644 --- a/start.sh +++ b/start.sh @@ -9,11 +9,7 @@ function fedora() { function debian() { local INSTALL_COMMAND='sudo apt-get -y install' hash apt-get &>/dev/null || (echo 'apt-get is missing.' && exit) - $INSTALL_COMMAND build-essential - $INSTALL_COMMAND git - $INSTALL_COMMAND python - $INSTALL_COMMAND python-dev - $INSTALL_COMMAND python-pip + $INSTALL_COMMAND build-essential git python python-dev python-pip } function brew_for_multiple_users() {