wpcap 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/wpcap/recipes/php.rb +1 -1
- data/lib/wpcap/version.rb +1 -1
- metadata +1 -1
data/lib/wpcap/recipes/php.rb
CHANGED
|
@@ -9,7 +9,7 @@ configuration.load do
|
|
|
9
9
|
task :install, roles: :app do
|
|
10
10
|
run "#{sudo} add-apt-repository ppa:ondrej/php5 -y"
|
|
11
11
|
run "#{sudo} apt-get -y update"
|
|
12
|
-
run "#{sudo} apt-get -y install php5 php5-fpm php5-mysql php5-memcache php-apc"
|
|
12
|
+
run "#{sudo} apt-get -y install php5 php5-fpm php5-mysql php5-memcache php-apc php5-gd"
|
|
13
13
|
end
|
|
14
14
|
after "deploy:install", "php:install"
|
|
15
15
|
|
data/lib/wpcap/version.rb
CHANGED