Bump repositroy config package version used by kickstart script to the latest. (#22420)
Austin S. Hemmelgarn committed
May 5, 2026 at 09:24 UTC
01611572b3aebe0ab94d43d7c6baa875f30634fd
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="5-1"
24
-REPOCONFIG_RPM_VERSION="5-1"
23
+REPOCONFIG_DEB_VERSION="5-5"
24
+REPOCONFIG_RPM_VERSION="5-5"
25
START_TIME="$(date +%s)"
26
STATIC_INSTALL_ARCHES="x86_64 armv7l armv6l aarch64"
27