Update install.sh
This commit is contained in:
parent
51ba2222a1
commit
fc0b38a84d
1 changed files with 1 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue