diff --git a/deploy.bash b/deploy.bash new file mode 100755 index 0000000000000000000000000000000000000000..0476d8c40382ee65c184654ca09e5ceaa7e5c43e --- /dev/null +++ b/deploy.bash @@ -0,0 +1,13 @@ +#!/bin/bash + +install_sw () { + apt install lxd git +} + +configure_lxd () { + lxd init --preseed < input.yaml +} + +#install_sw + +#configure_lxd