We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自动化部署脚本在 Ubuntu22.04 LTS 上默认安装 PHP8.x 导致 Nginx 无法启动; 在 Ubuntu 18.04 上默认安装 PHP7.2 但部分组件要求 PHP>=7.4 导致无法正常使用。 目前自动化部署脚本可以在 Ubuntu 20.04 LTS 上正常自动安装并启动。 希望可以优化自动安装脚本,解决PHP版本问题。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
自动化部署脚本在 Ubuntu22.04 LTS 上默认安装 PHP8.x 导致 Nginx 无法启动;
在 Ubuntu 18.04 上默认安装 PHP7.2 但部分组件要求 PHP>=7.4 导致无法正常使用。
目前自动化部署脚本可以在 Ubuntu 20.04 LTS 上正常自动安装并启动。
希望可以优化自动安装脚本,解决PHP版本问题。
The text was updated successfully, but these errors were encountered: