Skip to content

Commit

Permalink
php: add python-is-python3
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jun 18, 2024
1 parent 233708a commit ca5e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/install
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PHP_VERSIONS="5.6 7.0 7.1 7.2 8.0 8.1 8.2 8.3"

add_repository ppa:ondrej/php

packages=("nginx-core" "python3" "python3-yaml" "git" "apache2")
packages=("nginx-core" "python3" "python3-yaml" "git" "apache2" "python-is-python3")
for version in $PHP_VERSIONS
do
packages+=("php${version}" "php${version}-fpm" "libapache2-mod-php${version}")
Expand Down

0 comments on commit ca5e439

Please sign in to comment.