Modify the chrony files on September 16, 2025.

This commit is contained in:
raymond9
2025-09-16 18:31:22 +08:00
parent a9ab2b0439
commit 6b11082b47
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
#Author: Raymond
#QQ: 88563128
#MP: Raymond运维
#Date: 2025-08-31
#Date: 2025-09-15
#FileName: install_chrony_client_v3.sh
#URL: https://wx.zsxq.com/group/15555885545422
#Description: The chrony client install script supports
#Description: The chrony client script install supports
# “Rocky Linux 8, 9 and 10, Almalinux 8, 9 and 10, CentOS 7,
# CentOS Stream 8, 9 and 10, openEuler 22.03 and 24.03 LTS,
# AnolisOS 8 and 23, OpencloudOS 8 and 9, Kylin Server v10,
# AnolisOS 8 and 23, OpencloudOS 8 and 9, Kylin Server v10 and v11,
# UOS Server v20, Ubuntu Server 18.04, 20.04, 22.04 and 24.04 LTS,
# Debian 11 , 12 and 13, openSUSE 15“ operating systems.
#Copyright (C): 2025 All rights reserved
@@ -93,7 +93,7 @@ elif [ ${MAIN_NAME} == 'OpenCloudOS' ];then
main
fi
elif [ ${MAIN_NAME} == "Kylin" ];then
if [ ${MAIN_VERSION_ID} == 10 ];then
if [ ${MAIN_VERSION_ID} == 10 -o ${MAIN_VERSION_ID} == 11 ];then
main
fi
elif [ ${MAIN_NAME} == "UOS" ];then

View File

@@ -4,13 +4,13 @@
#Author: Raymond
#QQ: 88563128
#MP: Raymond运维
#Date: 2025-08-31
#Date: 2025-09-15
#FileName: install_chrony_server_v3.sh
#URL: https://wx.zsxq.com/group/15555885545422
#Description: The chrony server install script supports
#Description: The chrony server script install supports
# “Rocky Linux 8, 9 and 10, Almalinux 8, 9 and 10, CentOS 7,
# CentOS Stream 8, 9 and 10, openEuler 22.03 and 24.03 LTS,
# AnolisOS 8 and 23, OpencloudOS 8 and 9, Kylin Server v10,
# AnolisOS 8 and 23, OpencloudOS 8 and 9, Kylin Server v10 and v11,
# UOS Server v20, Ubuntu Server 18.04, 20.04, 22.04 and 24.04 LTS,
# Debian 11 , 12 and 13, openSUSE 15“ operating systems.
#Copyright (C): 2025 All rights reserved
@@ -97,7 +97,7 @@ elif [ ${MAIN_NAME} == 'OpenCloudOS' ];then
main
fi
elif [ ${MAIN_NAME} == "Kylin" ];then
if [ ${MAIN_VERSION_ID} == 10 ];then
if [ ${MAIN_VERSION_ID} == 10 -o ${MAIN_VERSION_ID} == 11 ];then
main
fi
elif [ ${MAIN_NAME} == "UOS" ];then