@cryptotaxi247 / netdata-1 / commits / d37130d64

Bump repository config fetched by kickstart to latest version (#19181)

Ilya Mashchenko committed Dec 10, 2024 at 22:46 UTC d37130d640d35f97c6ee453f87742fc8605ddf12
1 file changed +2 -2
packaging/installer/kickstart.sh
+2 -2
@@ -21,8 +21,8 @@ KICKSTART_SOURCE="$(
21 )"
22 DEFAULT_PLUGIN_PACKAGES=""
23 PATH="${PATH}:/usr/local/bin:/usr/local/sbin"
24 -REPOCONFIG_DEB_VERSION="3-2"
25 -REPOCONFIG_RPM_VERSION="3-2"
24 +REPOCONFIG_DEB_VERSION="4-1"
25 +REPOCONFIG_RPM_VERSION="4-1"
26 START_TIME="$(date +%s)"
27 STATIC_INSTALL_ARCHES="x86_64 armv7l armv6l aarch64 ppc64le"
28