mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 13:24:25 -07:00
Temporary removing php7.4-memcached
This commit is contained in:
parent
72c1aa3830
commit
ef8151bd81
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ fi
|
||||||
|
|
||||||
if [ "$inst_74" -eq 1 ]; then
|
if [ "$inst_74" -eq 1 ]; then
|
||||||
press_enter "=== Press enter to install PHP 7.4 ==============================================================================="
|
press_enter "=== Press enter to install PHP 7.4 ==============================================================================="
|
||||||
apt-get -y install php7.4-mbstring php7.4-bcmath php7.4-cli php7.4-curl php7.4-fpm php7.4-gd php7.4-intl php7.4-mysql php7.4-soap php7.4-xml php7.4-zip php7.4-memcache php7.4-memcached
|
apt-get -y install php7.4-mbstring php7.4-bcmath php7.4-cli php7.4-curl php7.4-fpm php7.4-gd php7.4-intl php7.4-mysql php7.4-soap php7.4-xml php7.4-zip
|
||||||
|
# php7.4-memcache php7.4-memcached
|
||||||
update-rc.d php7.4-fpm defaults
|
update-rc.d php7.4-fpm defaults
|
||||||
a2enconf php7.4-fpm
|
a2enconf php7.4-fpm
|
||||||
systemctl restart apache2
|
systemctl restart apache2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue