diff --git a/tools/get_dependencies.sh b/tools/get_dependencies.sh index 4ccb392..ce89d2c 100755 --- a/tools/get_dependencies.sh +++ b/tools/get_dependencies.sh @@ -43,7 +43,8 @@ get_mageia_deps() get_debian_deps() { apt-get install -y --force-yes clang llvm-dev automake autogen \ - libtool libxml2-dev uuid-dev libssl-dev bash patch make + libtool libxml2-dev uuid-dev libssl-dev bash patch make \ + tar xz-utils bzip2 gzip sed cpio } unknown()