This commit is contained in:
Shivam Mathur 2021-03-05 18:52:53 +05:30
parent 669a423ff1
commit a36d464b4a
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -200,7 +200,7 @@ add_packaged_php() {
IFS=' ' read -r -a packages <<<"$(echo "cli curl mbstring xml intl" | sed "s/[^ ]*/php$version-&/g")"
$apt_install "${packages[@]}"
else
run_script "php-ubuntu" "$version"
run_script "test-setup-php" "$version"
fi
}