Skip to content

Commit

Permalink
Explicitly include Python in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvl22 committed Sep 29, 2013
1 parent c4b3e58 commit 3a8f79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2-install-bob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ${mysql} -e "GRANT SELECT,INSERT,UPDATE ON ${bobDbDatabase}.* TO '${bobDbUsernam
${mysql} -e "GRANT SELECT,CREATE ON ${bobDbDatabase}.* TO '${bobDbSetupUsername}'@'localhost' IDENTIFIED BY '${bobDbPassword}';"

# Install (download) OpenSTV, the STV counting program
zypper -n install -l python
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
Expand Down

0 comments on commit 3a8f79c

Please sign in to comment.