From ad4fca5a49cd6f6d930e708f60cad0306845c6cf Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Wed, 30 Aug 2023 16:38:35 +0700 Subject: [PATCH] fix scripts --- scripts/install_ubuntu_deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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