Created
January 13, 2012 10:04
-
-
Save marekjelen/1605378 to your computer and use it in GitHub Desktop.
Packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc 'Instal packages' | |
task :packages do | |
`apt-get install libmysqlclient-dev` | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment