From c4fe2dbfdf187276f9abf41233e689ad6c6050e5 Mon Sep 17 00:00:00 2001 From: Molly Lau Date: Sun, 18 Jun 2023 01:02:41 +0900 Subject: [PATCH] Update autoRepackImages.sh --- Linux_reinstall/Ubuntu/autoRepackImages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux_reinstall/Ubuntu/autoRepackImages.sh b/Linux_reinstall/Ubuntu/autoRepackImages.sh index 0dd43d0..60040af 100644 --- a/Linux_reinstall/Ubuntu/autoRepackImages.sh +++ b/Linux_reinstall/Ubuntu/autoRepackImages.sh @@ -1,7 +1,7 @@ #!/bin/bash # # kpartx and qumu-utils are required -apt install cron kpartx qemu-utils -y +apt install cron kpartx mount qemu-utils -y # get valid loop device loopDevice=$(echo $(losetup -f)) loopDeviceNum=$(echo $(losetup -f) | cut -d'/' -f 3)