summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPulseeey <Pulseeey@users.noreply.github.com>2022-10-04 09:12:05 +0100
committerGitHub <noreply@github.com>2022-10-04 11:12:05 +0300
commit50f8339073dfeac3e6d59eec351e23a4e897bb4e (patch)
tree4e439b3a8a3732016f543be96eca5132a2a49e18 /packaging
parentb37cdf9cef83e5212d1715eef9e8127ddd1c6d17 (diff)
Add CloudLinux OS detection to the updater script (#13752)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/installer/netdata-updater.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/netdata-updater.sh b/packaging/installer/netdata-updater.sh
index 15b7deda88..6313a92dac 100755
--- a/packaging/installer/netdata-updater.sh
+++ b/packaging/installer/netdata-updater.sh
@@ -691,7 +691,7 @@ update_binpkg() {
opensuse-leap)
DISTRO_COMPAT_NAME="opensuse"
;;
- almalinux|rocky|rhel)
+ cloudlinux|almalinux|rocky|rhel)
DISTRO_COMPAT_NAME="centos"
;;
*)