Skip to content

Commit

Permalink
fix installer for new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-plivo committed Jun 28, 2012
1 parent 3395d70 commit e4a6ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/plivo_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Copyright (c) 2011 Plivo Team. See LICENSE for details.


PLIVO_GIT_REPO=git://github.com/plivo/plivo.git
PLIVO_SETUP_SCRIPT=https://github.com/plivo/plivo/raw/master/scripts/ez_setup.py
PLIVO_GIT_REPO=git://github.com/plivo/plivoframework.git
PLIVO_SETUP_SCRIPT=https://raw.github.com/plivo/plivoframework/master/scripts/ez_setup.py


BRANCH=$2
Expand Down Expand Up @@ -165,7 +165,7 @@ gpgcheck = 1

# Install easy_install
cd $DEPLOY/source
wget --no-check-certificate https://github.com/plivo/plivo/raw/master/scripts/ez_setup.py
wget --no-check-certificate https://github.com/plivo/plivoframework/raw/master/scripts/ez_setup.py
$DEPLOY/bin/python ez_setup.py

EASY_INSTALL=$(which easy_install)
Expand Down

0 comments on commit e4a6ca1

Please sign in to comment.