mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 13:44:50 +08:00
Update ubuntuInit.sh
This commit is contained in:
parent
d0e90a0fde
commit
676a582268
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ hwclock -s
|
||||||
|
|
||||||
# Install necessary components.
|
# Install necessary components.
|
||||||
apk update
|
apk update
|
||||||
apk add ca-certificates e2fsprogs hdparm multipath-tools util-linux wget xz
|
apk add hdparm multipath-tools 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…
Reference in a new issue