From 27778253e40d18f3e4176b516f899a68b0a1dc2d Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 18 Dec 2020 21:03:08 +0100 Subject: [PATCH] more dependencies --- lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.sh b/lib/common.sh index 9d596b7..d984636 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -44,7 +44,7 @@ assert_we_are_connected_to_the_internets() { } assert_we_have_all_dependencies() { - for dep in "lxc" "lynx" + for dep in "lxc" "lxd" "lynx" "jq" "python3" do which $dep 2>&1 > /dev/null || log_critical "Please install $dep" done