Skip to content

Commit

Permalink
Update install-ubuntu22.04.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 25, 2025
1 parent 84bb467 commit e8d2d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/install/install-ubuntu22.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tar xzf hustoj.tar.gz

apt-get install -y libmysqlclient-dev
apt-get install -y libmysql++-dev
apt-get install -y libmariadb-dev libmariadbclient-dev libmariadb-dev
apt-get install -y libmariadb-dev libmariadbclient-dev
PHP_VER=`apt-cache search php-fpm|grep -e '[[:digit:]]\.[[:digit:]]' -o`
if [ "$PHP_VER" = "" ] ; then PHP_VER="8.1"; fi
for pkg in bzip2 flex net-tools make g++ php$PHP_VER-fpm nginx memcached php$PHP_VER-mysql php$PHP_VER-common php$PHP_VER-gd php$PHP_VER-zip php$PHP_VER-mbstring php$PHP_VER-xml php$PHP_VER-curl php$PHP_VER-intl php$PHP_VER-xmlrpc php$PHP_VER-soap php-memcache php-memcached php-yaml php-apcu tzdata
Expand Down

0 comments on commit e8d2d05

Please sign in to comment.