mirror of
https://github.com/leitbogioro/Tools.git
synced 2024-11-15 21:54:40 +08:00
Update autoRepackImages.sh
This commit is contained in:
parent
7fd455aa9a
commit
c4fe2dbfdf
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue