diff --git a/scripts/install_ubuntu_deps b/scripts/install_ubuntu_deps index dcc9889..e69bd8a 100755 --- a/scripts/install_ubuntu_deps +++ b/scripts/install_ubuntu_deps @@ -7,4 +7,4 @@ sudo apt-get install -y cmake sudo apt-get install -y git sudo apt-get install -y gcc-multilib sudo apt-get install -y libpq-dev -sudo apt-get install -y postgresql-server-dev-10 \ No newline at end of file +sudo apt-get install -y postgresql-server-dev-all \ No newline at end of file