Update install.sh

This commit is contained in:
Bozhidar Slaveykov 2024-04-01 15:37:48 +03:00
parent 51ba2222a1
commit fc0b38a84d

View file

@ -66,27 +66,7 @@ DEPENDENCIES_LIST=(
"libcurl4-openssl-dev"
"libssl-dev"
"zlib1g-dev"
"php8.2"
"php8.2-fpm"
"php8.2-mysql"
"php8.2-curl"
"php8.2-gd"
"php8.2-intl"
"php8.2-mbstring"
"php8.2-xml"
"php8.2-zip"
"php8.2-bcmath"
"php8.2-imagick"
"php8.2-redis"
"php8.2-igbinary"
"php8.2-memcached"
"php8.2-mongodb"
"php8.2-ssh2"
"php8.2-ldap"
"php8.2-xmlrpc"
"php8.2-soap"
"php8.2-yaml"
"php8.2-sqlite3"
"php8.2-{bcmath,bz2,curl,curl,dom,fileinfo,gd,intl,mbstring,mysql,opcache,sqlite3,xmlrpc,zip}"
)
# Check if the dependencies are installed
for DEPENDENCY in "${DEPENDENCIES_LIST[@]}"; do