invert dependencies to avoid race on network setup

This commit is contained in:
Earl Warren 2023-03-25 18:21:44 +01:00
parent e716e12a71
commit 3e607698b4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -35,9 +35,9 @@ function install_other() {
}
function setup() {
install_other
install_docker
install_lxc
install_other
}
setup