Update docker-vm.sh

This commit is contained in:
CanbiZ 2025-05-28 16:14:53 +02:00
parent 3d7c4d526f
commit fc8e1ca88e

View File

@ -469,7 +469,8 @@ for i in {0,1}; do
done
msg_info "Installing Pre-Requisite libguestfs-tools onto Host"
apt-get -qq update && apt-get -qq install libguestfs-tools lsb-release -y >/dev/null
apt-get -qq update >/dev/null
apt-get -qq install libguestfs-tools lsb-release -y >/dev/null
msg_ok "Installed libguestfs-tools successfully"
msg_info "Adding Docker and Docker Compose Plugin to Debian 12 Qcow2 Disk Image"