diff --git a/contrib/block-box/scripts/lvm-service.sh b/contrib/block-box/scripts/lvm-service.sh index 2c490e31a95..d120aa28d0d 100755 --- a/contrib/block-box/scripts/lvm-service.sh +++ b/contrib/block-box/scripts/lvm-service.sh @@ -10,7 +10,7 @@ if [[ ! -z $YUM ]]; then yum update -y yum install -y scsi-target-utils elif [[ ! -z $APT ]]; then - apgt-get update -y + apt-get update -y apt-get install -y thin-provisioning-tools else: