Loading
0

CentOS 8 环境安装脚本

#/bin/bash
dnf update -y;
#
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime;
#
dnf install -y epel-release.noarch;
dnf install -y htop;
dnf install -y telnet;
dnf install -y sshpass;
dnf install -y podman;
dnf install -y java-17-openjdk-devel;
dnf install -y net-tools;
dnf install -y wget;
dnf install -y vim;
#
systemctl enable chronyd;
systemctl start chronyd;

最后编辑于:2023/2/11作者: joycode

我不入地狱,谁入地狱?

评论已关闭