Skip to content

Commit

Permalink
Simplify counting installation section; commit synced with cambridges…
Browse files Browse the repository at this point in the history
mvl22 committed Sep 29, 2013
1 parent 86bdd3f commit 29bf529
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions 2-install-bob.sh
Original file line number Diff line number Diff line change
@@ -43,12 +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}"
wget https://github.com/cusu/openSTV/blob/master/SourceCode/OpenSTV-1.6-2_original.tar.gz?raw=true
tar xvzf OpenSTV-1.6-2_original.tar.gz
mv OpenSTV-1.6/openstv .
rm -rf OpenSTV-1.6
rm OpenSTV-1.6-2_original.tar.gz
git clone [email protected]:cusu/openSTV.git
fi

0 comments on commit 29bf529

Please sign in to comment.