Skip to content
This repository was archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Fixed typo, installing sqlite3, not sqlite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Montealegre committed Jan 1, 2014
1 parent af4b95d commit 45072b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sed -i "/bind/s/^/#/" /etc/mysql/my.cnf

service mysql restart

sudo apt-get install -y sqlite
sudo apt-get install -y sqlite3

echo "Installing Composer global packages..."
sudo su -l vagrant -c 'composer global require fabpot/php-cs-fixer:0.3.*'
Expand Down

0 comments on commit 45072b6

Please sign in to comment.