0
点赞
收藏
分享

微信扫一扫

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

Yaphets_巍 2022-01-09 阅读 12
lampcentos

本代码是基于Centos8环境系统
根据nextcloud系统要求进行定制:
在这里插入图片描述

# 升级系统
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
举报

相关推荐

0 条评论