Skip to content

Commit

Permalink
Add pear/pecl by default to self-hosted Linux environments
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Feb 7, 2022
1 parent 4dc94c2 commit 8b26e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ add_packaged_php() {
add_ppa ondrej/php >/dev/null 2>&1 || update_ppa ondrej/php
IFS=' ' read -r -a packages <<<"$(sed "s/[^ ]*/php$version-&/g" "$src"/configs/php_packages | tr '\n' ' ')"
install_packages "${packages[@]}"
add_pecl
else
run_script "php-ubuntu" "$version"
fi
Expand Down

0 comments on commit 8b26e8d

Please sign in to comment.