summaryrefslogtreecommitdiff
path: root/apps/installer/includes
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-05-10 22:21:23 +0200
committerGitHub <noreply@github.com>2021-05-10 22:21:23 +0200
commitff2737fee8d022e90298a63baaa4751d599f6564 (patch)
tree3400f164f3ad070b481471c972ae55645f50622d /apps/installer/includes
parent053f9f5fa4ad9215dc7409d9f648d656c7cd3ac2 (diff)
feat(bash): Improved support for gperftools (#5769)
Diffstat (limited to 'apps/installer/includes')
-rw-r--r--apps/installer/includes/os_configs/ubuntu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/installer/includes/os_configs/ubuntu.sh b/apps/installer/includes/os_configs/ubuntu.sh
index 45955eec60..c57a453d2c 100644
--- a/apps/installer/includes/os_configs/ubuntu.sh
+++ b/apps/installer/includes/os_configs/ubuntu.sh
@@ -8,7 +8,7 @@ UBUNTU_VERSION=$(lsb_release -sr);
sudo apt-get update -y
# shared deps
-sudo apt-get -y install make cmake clang curl unzip libmysqlclient-dev libace-dev ccache
+sudo apt-get -y install make cmake clang curl unzip libmysqlclient-dev libace-dev ccache google-perftools
if [[ $CONTINUOUS_INTEGRATION || $DOCKER ]]; then
sudo apt-get -y install build-essential libtool cmake-data openssl libgoogle-perftools-dev \