0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-09 15:47:53 +00:00

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

Needed to make installs work in some cases due to the rotated signing
keys.
This commit is contained in:
Austin S. Hemmelgarn 2025-03-19 08:54:54 -04:00 committed by GitHub
parent 137a00b696
commit 4cc357372c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,8 +20,8 @@ KICKSTART_SOURCE="$(
echo "$(pwd -P)/${self##*/}" echo "$(pwd -P)/${self##*/}"
)" )"
DEFAULT_PLUGIN_PACKAGES="" DEFAULT_PLUGIN_PACKAGES=""
REPOCONFIG_DEB_VERSION="4-1" REPOCONFIG_DEB_VERSION="5-1"
REPOCONFIG_RPM_VERSION="4-1" REPOCONFIG_RPM_VERSION="5-1"
START_TIME="$(date +%s)" START_TIME="$(date +%s)"
STATIC_INSTALL_ARCHES="x86_64 armv7l armv6l aarch64 ppc64le" STATIC_INSTALL_ARCHES="x86_64 armv7l armv6l aarch64 ppc64le"