From 676a582268aaafcd1d7601ef114e964e76388cae Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 1 Oct 2023 20:15:10 +0900 Subject: [PATCH] Update ubuntuInit.sh --- Linux_reinstall/Ubuntu/ubuntuInit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Ubuntu/ubuntuInit.sh b/Linux_reinstall/Ubuntu/ubuntuInit.sh index d7b3213..c788730 100644 --- a/Linux_reinstall/Ubuntu/ubuntuInit.sh +++ b/Linux_reinstall/Ubuntu/ubuntuInit.sh @@ -65,7 +65,7 @@ hwclock -s # Install necessary components. 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. wget --no-check-certificate --report-speed=bits --tries=0 --timeout=1 --wait=1 -O- "$DDURL" | $DEC_CMD | dd of="$IncDisk" status=progress