Skip to content

Commit

Permalink
Added installation of php-bz2 required for the GameQ library (#56)
Browse files Browse the repository at this point in the history
Added installation of php-bz2 required for the GameQ library
  • Loading branch information
SeAnSolovev authored Sep 24, 2024
1 parent 4425027 commit 50f2397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")

# Генерирование паролей и имён
Expand Down Expand Up @@ -1167,4 +1167,4 @@ EOF
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
echo "Нажмите Enter, чтобы продолжить..." | tee -a "$logsInst"
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
done
done

0 comments on commit 50f2397

Please sign in to comment.