Add CloudLinux OS detection to the updater script (#13752)
Pulseeey committed
Oct 4, 2022 at 09:12 UTC
50f8339073dfeac3e6d59eec351e23a4e897bb4e
1 file changed
+1
-1
packaging/installer/netdata-updater.sh
+1
-1
@@ -691,7 +691,7 @@ update_binpkg() {
691
opensuse-leap)
692
DISTRO_COMPAT_NAME="opensuse"
693
;;
694
- almalinux|rocky|rhel)
694
+ cloudlinux|almalinux|rocky|rhel)
695
DISTRO_COMPAT_NAME="centos"
696
;;
697
*)