From b1999764c08a3933511a302fadde4fa473dba998 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 22 Oct 2023 21:29:25 +0900 Subject: [PATCH] Update windowsInit.sh --- Linux_reinstall/Windows/windowsInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Windows/windowsInit.sh b/Linux_reinstall/Windows/windowsInit.sh index b9918aa..9556967 100644 --- a/Linux_reinstall/Windows/windowsInit.sh +++ b/Linux_reinstall/Windows/windowsInit.sh @@ -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