mirror of
https://github.com/EngineGPDev/Autoinstall.git
synced 2025-01-18 13:52:22 +03:00
Added installation of php-bz2 required for the GameQ library (#56)
Added installation of php-bz2 required for the GameQ library
This commit is contained in:
parent
44250272cf
commit
50f23978bf
@ -220,7 +220,7 @@ while true; do
|
||||
fi
|
||||
|
||||
# Список пакетов для установки
|
||||
pkgsList=("php$verPhp-fpm" "php$verPhp-common" "php$verPhp-cli" "php$verPhp-memcache" "php$verPhp-mysql" "php$verPhp-xml" "php$verPhp-mbstring" "php$verPhp-gd" "php$verPhp-imagick" "php$verPhp-zip" "php$verPhp-curl" "php$verPhp-gmp" "nginx" "mariadb-server" "ufw" "memcached" "screen" "cron")
|
||||
pkgsList=("php$verPhp-fpm" "php$verPhp-common" "php$verPhp-cli" "php$verPhp-memcache" "php$verPhp-mysql" "php$verPhp-xml" "php$verPhp-mbstring" "php$verPhp-gd" "php$verPhp-imagick" "php$verPhp-zip" "php$verPhp-curl" "php$verPhp-gmp" "php$verPhp-bz2" "nginx" "mariadb-server" "ufw" "memcached" "screen" "cron")
|
||||
pkgsPma=("php$defPhp-fpm" "php$defPhp-mbstring" "php$defPhp-zip" "php$defPhp-gd" "php$defPhp-json" "php$defPhp-curl")
|
||||
|
||||
# Генерирование паролей и имён
|
||||
|
Loading…
Reference in New Issue
Block a user