Skip to content

Commit

Permalink
Migrate to OpenSTV 1.7 repo at https://github.com/cusu/openstv
Browse files Browse the repository at this point in the history
  • Loading branch information
mvl22 committed Oct 8, 2013
1 parent 190a5b1 commit c8b5661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2-install-bob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ ${mysql} -e "GRANT SELECT,CREATE ON ${bobDbDatabase}.* TO '${bobDbSetupUs

# Install (download) OpenSTV, the STV counting program
zypper -n install -l python
if [ ! -d ${documentRoot}/openSTV ] ; then
if [ ! -d ${documentRoot}/openstv ] ; then
cd "${documentRoot}"
git clone [email protected]:cusu/openSTV.git
git clone [email protected]:cusu/openstv.git
fi

0 comments on commit c8b5661

Please sign in to comment.