deploy.bash 138 Bytes
Newer Older
João Lino's avatar
João Lino committed
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/bash

install_sw () {
  apt install lxd git
}

configure_lxd () {
  lxd init --preseed < input.yaml
}

#install_sw

#configure_lxd