From 5f43488c4d49d88c591e1af9572921d7d3d68549 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 22 Oct 2023 21:28:08 +0900 Subject: [PATCH] Update RHELinit.sh --- Linux_reinstall/RedHat/RHELinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/RedHat/RHELinit.sh b/Linux_reinstall/RedHat/RHELinit.sh index 59dc997..b07029e 100644 --- a/Linux_reinstall/RedHat/RHELinit.sh +++ b/Linux_reinstall/RedHat/RHELinit.sh @@ -63,7 +63,7 @@ sed -i '$a\'$LinuxMirror'/'$alpineVer'/community' /etc/apk/repositories # sed -i '$a\'$LinuxMirror'/edge/testing' /etc/apk/repositories # Synchronize time from hardware. -hwclock -s +hwclock -s || true # Install necessary components. apk update