mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 06:25:32 +00:00
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.
This commit is contained in:
parent
137a00b696
commit
4cc357372c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue