#!/bin/bash # install qemu utils sudo apt install qemu-utils # install nbd client sudo apt install nbd-client