@cryptotaxi247 / netdata-1 / commits / be1dc2ea5

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

Austin S. Hemmelgarn committed Jun 28, 2024 at 10:05 UTC be1dc2ea5182ce227b965107ae127f16e4a1c84a
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="2-2"
25 -REPOCONFIG_RPM_VERSION="2-2"
24 +REPOCONFIG_DEB_VERSION="3-2"
25 +REPOCONFIG_RPM_VERSION="3-2"
26 START_TIME="$(date +%s)"
27 STATIC_INSTALL_ARCHES="x86_64 armv7l armv6l aarch64 ppc64le"
28