From 2635aab42d6d34730a461e728920471ef1d1c77c Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 1 Oct 2023 20:21:15 +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 5294a31..4248d1a 100644 --- a/Linux_reinstall/Windows/windowsInit.sh +++ b/Linux_reinstall/Windows/windowsInit.sh @@ -51,7 +51,7 @@ hwclock -s # Install necessary components. apk update -apk add ca-certificates fuse gzip hdparm multipath-tools musl ntfs-3g util-linux wget xz +apk add fuse gzip hdparm multipath-tools musl ntfs-3g util-linux wget xz # Start dd. wget --no-check-certificate --report-speed=bits --tries=0 --timeout=1 --wait=1 -O- "$DDURL" | $DEC_CMD | dd of="$IncDisk" status=progress