Update ubuntuInit.sh

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

View file

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