mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
more dependencies
This commit is contained in:
parent
1f17234e9b
commit
27778253e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue