Update modify_time.sh

This commit is contained in:
spiritLHLS 2022-12-18 13:12:48 +08:00 committed by GitHub
parent 773fb7b83a
commit 03278c97af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,6 @@
#from https://github.com/spiritLHLS/one-click-installation-script
#version: 2022.12.18
# 检测本机时间是否准确,如果不准确则修复的脚本
red(){ echo -e "\033[31m\033[01m$1$2\033[0m"; }
green(){ echo -e "\033[32m\033[01m$1$2\033[0m"; }
yellow(){ echo -e "\033[33m\033[01m$1$2\033[0m"; }