Skip to content

Commit

Permalink
Added apt-get update before running install to fix outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpodgorski committed Jul 24, 2013
1 parent cde6149 commit cb4d198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/configure_test_env.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

sudo apt-get update -qq
sudo apt-get install -qq libssh2-1-dev libssh2-php
pecl install -f mongo
touch .interactive
Expand Down

0 comments on commit cb4d198

Please sign in to comment.