Update windowsInit.sh

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

View file

@ -48,7 +48,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