php #9

Merged
wmantly merged 3 commits from php into master 2019-06-30 18:11:07 +00:00
Showing only changes of commit 44b8a26802 - Show all commits

6
recipes/php.rb Normal file
View File

@ -0,0 +1,6 @@
[
'php',
'libapache2-mod-php',
].each do |pkg|
apt_package pkg
end