mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 12:36:23 -07:00
Update multi-php-install.sh: bringing back php8.4-memcached & imagick
This commit is contained in:
parent
1573a33b75
commit
32aae7dbff
1 changed files with 2 additions and 3 deletions
|
@ -118,7 +118,7 @@ if [ "$inst_repo" -eq 1 ]; then
|
|||
sh -c 'echo "deb https://packages.sury.org/php/ bookworm main" > /etc/apt/sources.list.d/php.list'
|
||||
fi
|
||||
apt update
|
||||
apt upgrade -y
|
||||
# apt upgrade -y
|
||||
press_enter "=== Press enter to continue ==============================================================================="
|
||||
fi
|
||||
|
||||
|
@ -379,8 +379,7 @@ fi
|
|||
|
||||
if [ "$inst_84" -eq 1 ]; then
|
||||
press_enter "=== Press enter to install PHP 8.4 ==============================================================================="
|
||||
apt -y install php8.4-mbstring php8.4-bcmath php8.4-cli php8.4-curl php8.4-fpm php8.4-gd php8.4-intl php8.4-mysql php8.4-soap php8.4-xml php8.4-zip
|
||||
# php8.4-memcache php8.4-memcached php8.4-imagick
|
||||
apt -y install php8.4-mbstring php8.4-bcmath php8.4-cli php8.4-curl php8.4-fpm php8.4-gd php8.4-intl php8.4-mysql php8.4-soap php8.4-xml php8.4-zip php8.4-memcache php8.4-memcached php8.4-imagick
|
||||
update-rc.d php8.4-fpm defaults
|
||||
a2enconf php8.4-fpm
|
||||
a2dismod php8.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue