From e805ed741f567a3fabb189535484a3cd10177dd6 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 4 Oct 2014 13:28:15 +0000 Subject: [PATCH] deploy.sh: make sure git is installed --- scripts/container/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/container/deploy.sh b/scripts/container/deploy.sh index 86b198aa..7c17683c 100755 --- a/scripts/container/deploy.sh +++ b/scripts/container/deploy.sh @@ -40,7 +40,7 @@ CURRENT_VERSION=$(python -c "from orchestra import get_version; print get_versio if [[ ! $CURRENT_VERSION ]]; then # First Orchestra installation - run "apt-get -y install git python-pip" + sudo apt-get -y install git python-pip run "git clone https://github.com/glic3rinu/django-orchestra.git ~/django-orchestra" echo $HOME/django-orchestra/ | sudo tee /usr/local/lib/python2.7/dist-packages/orchestra.pth sudo cp $HOME/django-orchestra/orchestra/bin/orchestra-admin /usr/local/bin/