@cryptotaxi247 / netdata-1 / commits / 4cc357372

Bump repoconfig version used in kickstart script to 5-1. (#19906)

Needed to make installs work in some cases due to the rotated signing keys.

Austin S. Hemmelgarn committed Mar 19, 2025 at 08:54 UTC 4cc357372cb7b1ed4f07dac15cc582fba8dfc038
1 file changed +2 -2
packaging/installer/kickstart.sh
+2 -2
@@ -20,8 +20,8 @@ KICKSTART_SOURCE="$(
20 echo "$(pwd -P)/${self##*/}"
21 )"
22 DEFAULT_PLUGIN_PACKAGES=""
23 -REPOCONFIG_DEB_VERSION="4-1"
24 -REPOCONFIG_RPM_VERSION="4-1"
23 +REPOCONFIG_DEB_VERSION="5-1"
24 +REPOCONFIG_RPM_VERSION="5-1"
25 START_TIME="$(date +%s)"
26 STATIC_INSTALL_ARCHES="x86_64 armv7l armv6l aarch64 ppc64le"
27