Skip to content

Commit

Permalink
Atualizada versão do mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
githubytest committed May 14, 2010
1 parent b1875a7 commit db8c229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion afterFormat.sh
Expand Up @@ -190,7 +190,7 @@ do

if [ "$opcao" = 'MySql' ]
then
sudo apt-get install -y mysql-server-5.0 libmysqlclient15-dev
sudo apt-get install -y mysql-server-5.1 libmysqlclient16-dev
test $python -eq 1 && sudo apt-get install -y python-mysqldb
test $ruby18 -eq 1 && sudo apt-get install -y libmysql-ruby1.8
test $ruby19 -eq 1 && sudo apt-get install -y libmysql-ruby1.9
Expand Down

0 comments on commit db8c229

Please sign in to comment.