Update RHELinit.sh

This commit is contained in:
Molly Lau 2023-10-22 21:28:08 +09:00 committed by GitHub
parent 59ec6ed575
commit 5f43488c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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