File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,12 @@ if [[ $SERVER_OS == "CentOS" ]] ; then
470470 fi
471471fi
472472if [[ $SERVER_OS == " Ubuntu" ]] ; then
473- DEBIAN_FRONTEND=noninteractive apt install -y lsphp74-memcached lsphp73-memcached lsphp72-memcached lsphp71-memcached lsphp70-memcached
473+ DEBIAN_FRONTEND=noninteractive apt install -y lsphp74-memcached
474+ DEBIAN_FRONTEND=noninteractive apt install -y lsphp73-memcached
475+ DEBIAN_FRONTEND=noninteractive apt install -y lsphp72-memcached
476+ DEBIAN_FRONTEND=noninteractive apt install -y lsphp71-memcached
477+ DEBIAN_FRONTEND=noninteractive apt install -y lsphp70-memcached
478+
474479 if [[ $TOTAL_RAM -eq " 2048" ]] || [[ $TOTAL_RAM -gt " 2048" ]] ; then
475480 DEBIAN_FRONTEND=noninteractive apt install build-essential zlib1g-dev libexpat1-dev openssl libssl-dev libsasl2-dev libpcre3-dev git -y
476481 wget https://$DOWNLOAD /litespeed/lsmcd.tar.gz
You can’t perform that action at this time.
0 commit comments