summaryrefslogtreecommitdiff
path: root/scripts/install_linux_deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install_linux_deps.sh')
-rwxr-xr-xscripts/install_linux_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_linux_deps.sh b/scripts/install_linux_deps.sh
index 453bbaf70..78c42cd35 100755
--- a/scripts/install_linux_deps.sh
+++ b/scripts/install_linux_deps.sh
@@ -5,7 +5,7 @@ set -e
DISTRIB=$ID
ARCH_DEPS="boost boost-libs expect jq autoconf shellcheck sqlite python-virtualenv"
-UBUNTU_DEPS="libboost-all-dev expect jq autoconf shellcheck sqlite3 python3-venv"
+UBUNTU_DEPS="libtool libboost-math-dev expect jq autoconf shellcheck sqlite3 python3-venv"
FEDORA_DEPS="boost-devel expect jq autoconf ShellCheck sqlite python-virtualenv"
if [ "${DISTRIB}" = "arch" ]; then