Commit e15a9d35 authored by João Lino's avatar João Lino

init deploy script

parent 513f1c49
#!/bin/bash
install_sw () {
apt install lxd git
}
configure_lxd () {
lxd init --preseed < input.yaml
}
#install_sw
#configure_lxd
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment