基于Centos8创建可以开通nextcloud服务的LAMP环境的Shell脚本

本代码是基于Centos8环境系统
根据nextcloud系统要求进行定制:
基于Centos8创建可以开通nextcloud服务的LAMP环境的Shell脚本

# 升级系统
yum update -y   
# 安装下载工具
yum install wget -y
# 关闭防火墙
#systemctl stop firewalld
#systemctl disable firewalld
#安装必要的依赖
dnf install -y epel-release yum-utils unzip curl bash-completion policycoreutils-python-utils mlocate bzip2
上一篇:踩坑3-ubuntu caffe 环境配置


下一篇:centos8 安装mysql 8 基于tar方式