From 658e5b84af09e84dba031355a94d66733fbd9e43 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Wed, 30 Aug 2023 16:37:52 +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 004ce96..dcc9889 100755 --- a/scripts/install_ubuntu_deps +++ b/scripts/install_ubuntu_deps @@ -6,5 +6,5 @@ sudo apt-get install -y build-essential sudo apt-get install -y cmake sudo apt-get install -y git sudo apt-get install -y gcc-multilib -sudo apt install libpq-dev +sudo apt-get install -y libpq-dev sudo apt-get install -y postgresql-server-dev-10 \ No newline at end of file