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)