#!/bin/bash install_sw () { apt install lxd git } configure_lxd () { lxd init --preseed < input.yaml } #install_sw #configure_lxd