mirror of
https://github.com/leitbogioro/Tools.git
synced 2025-10-06 13:25:55 +08:00
Update windowsInit.sh
This commit is contained in:
parent
135fea23f9
commit
2635aab42d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ hwclock -s
|
||||||
|
|
||||||
# Install necessary components.
|
# Install necessary components.
|
||||||
apk update
|
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.
|
# Start dd.
|
||||||
wget --no-check-certificate --report-speed=bits --tries=0 --timeout=1 --wait=1 -O- "$DDURL" | $DEC_CMD | dd of="$IncDisk" status=progress
|
wget --no-check-certificate --report-speed=bits --tries=0 --timeout=1 --wait=1 -O- "$DDURL" | $DEC_CMD | dd of="$IncDisk" status=progress
|
||||||
|
|
Loading…
Add table
Reference in a new issue