Skip to content

Commit

Permalink
update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Nov 24, 2024
1 parent af43c88 commit f62cabe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,6 @@ install_php_ext_swoole() {
;;
'debian' | 'ubuntu' | 'kali') # 'raspbian' | 'deeping'| 'uos' | 'kylin'
if test -f /.dockerenv -a -x "$(which docker-php-source)" -a -x "$(which docker-php-ext-enable)"; then
SWOOLE_IO_URING=' '
else
if test ${HAVE_IOURING_FUTEX} -eq 1; then
SWOOLE_IO_URING=' --enable-iouring '
fi
Expand Down

0 comments on commit f62cabe

Please sign in to comment.