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
1f2cd5d898
commit
e7a47e776d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ hwclock -s
|
|||
|
||||
# Install necessary components.
|
||||
apk update
|
||||
apk add ca-certificates e2fsprogs hdparm multipath-tools parted util-linux wget xz
|
||||
apk add ca-certificates e2fsprogs hdparm multipath-tools 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
|
||||
|
|
Loading…
Reference in a new issue