From 3e607698b4db3c4e8a2c3065a2e8a87d6d9d9597 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 25 Mar 2023 18:21:44 +0100 Subject: [PATCH] invert dependencies to avoid race on network setup --- dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sh b/dependencies.sh index 6848c53..ed405ed 100755 --- a/dependencies.sh +++ b/dependencies.sh @@ -35,9 +35,9 @@ function install_other() { } function setup() { + install_other install_docker install_lxc - install_other } setup