From e15a9d35ef2eb61c9cc015f9c98aff17807fa7dc Mon Sep 17 00:00:00 2001 From: jl Date: Mon, 24 May 2021 18:05:06 +0000 Subject: [PATCH] init deploy script --- deploy.bash | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 deploy.bash diff --git a/deploy.bash b/deploy.bash new file mode 100755 index 0000000..0476d8c --- /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 -- 2.24.1