mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-04 19:58:18 +00:00
Test PHP install
This commit is contained in:
@@ -398,7 +398,7 @@ function init_php_fpm_removal() {
|
||||
|
||||
if [[ "${PHP_IS_EXISTS}" == false ]]; then
|
||||
echo "Removing additional unused PHP packages..."
|
||||
run apt-get --purge remove-qq -y dh-php php-common php-pear php-xml pkg-php-tools fcgiwrap spawn-fcgi
|
||||
run apt-get --purge remove -qq -y dh-php php-common php-pear php-xml pkg-php-tools fcgiwrap spawn-fcgi
|
||||
|
||||
# Remove PHP repository.
|
||||
run add-apt-repository -y --remove ppa:ondrej/php
|
||||
|
||||
Reference in New Issue
Block a user