排序
安装宝塔面板
安装 安装宝塔面板的命令,如下所示 if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/instal...
php 8.2 安装fileInfo扩展
在 Centos 7中安装 php 8.2 的 fileInfo 扩展,宝塔面板安装的过程中会出现错误 宝塔面板安装 fileInfo 报错 解决方法如下 # 打开目录 cd /www/server/php/82/src/ext/fileinfo/ # 生成编译配置...