summaryrefslogtreecommitdiffstats
path: root/packaging/installer/dependencies/centos.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-14 18:12:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-14 18:12:14 +0000
commitbb50acdcb8073654ea667b8c0272e335bd43f844 (patch)
tree1e00c8a29871426f8182658928dcb62e42d57ce8 /packaging/installer/dependencies/centos.sh
parentReleasing debian version 1.33.1-1. (diff)
downloadnetdata-bb50acdcb8073654ea667b8c0272e335bd43f844.tar.xz
netdata-bb50acdcb8073654ea667b8c0272e335bd43f844.zip
Merging upstream version 1.34.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'packaging/installer/dependencies/centos.sh')
-rwxr-xr-xpackaging/installer/dependencies/centos.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/installer/dependencies/centos.sh b/packaging/installer/dependencies/centos.sh
index d17911664..738a0ce75 100755
--- a/packaging/installer/dependencies/centos.sh
+++ b/packaging/installer/dependencies/centos.sh
@@ -12,6 +12,7 @@ declare -a package_tree=(
autoconf-archive
autogen
automake
+ libatomic
libtool
pkgconfig
cmake
@@ -36,7 +37,7 @@ os_version() {
# shellcheck disable=SC2002
cat /etc/os-release | grep VERSION_ID | cut -d'=' -f2 | cut -d'"' -f2
else
- echo "Erorr: Cannot determine OS version!"
+ echo "Error: Cannot determine OS version!"
exit 1
fi
}