Update windowsInit.sh

This commit is contained in:
Molly Lau 2023-10-01 20:21:15 +09:00 committed by GitHub
parent 135fea23f9
commit 2635aab42d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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