#!/bin/bash # #*************************************************************************** # Author: liwanggui # Email: liwanggui@163.com # Date: 2022-06-17 # FileName: install-chrony.sh # Description: 系统时间同步 # Copyright (C): 2022 All rights reserved #*************************************************************************** # command -v yum &>/dev/null || { echo "错误: yum 命令不存在" exit 1 } yum install -y chrony cat <