Skip to content

Commit 31b4dc6

Browse files
committed
Add make to install_linux_deps
1 parent b60a68c commit 31b4dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_linux_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
DISTRIB=$ID
66

77
ARCH_DEPS="boost boost-libs expect jq autoconf shellcheck sqlite python-virtualenv"
8-
UBUNTU_DEPS="libboost-math-dev expect jq autoconf shellcheck sqlite3 python3-venv"
8+
UBUNTU_DEPS="libboost-math-dev expect jq autoconf shellcheck sqlite3 python3-venv make"
99
FEDORA_DEPS="boost-devel expect jq autoconf ShellCheck sqlite python-virtualenv"
1010

1111
if [ "${DISTRIB}" = "arch" ]; then

0 commit comments

Comments
 (0)