@cryptotaxi247 / netdata-1 / commits / ccb10a5fd

Improve message in kickstart if a static build can’t be found. (#17081)

Given our current platform support spread, it’s far more likely that the user’s system has networking issues preventing access to GitHub than that they happen to be trying to install on a platform we don’t provide static builds for.

Austin S. Hemmelgarn committed Mar 1, 2024 at 07:52 UTC ccb10a5fdeddeab785ffa697000bd8ae6a2d9b7a
1 file changed +1 -1
packaging/installer/kickstart.sh
+1 -1
@@ -1667,7 +1667,7 @@ try_static_install() {
1667 netdata_agent="${NETDATA_STATIC_ARCHIVE_OLD_NAME}"
1668 export NETDATA_STATIC_ARCHIVE_URL="${NETDATA_STATIC_ARCHIVE_OLD_URL}"
1669 else
1670 - warning "There is no static build available for ${SYSARCH} CPUs. This usually means we simply do not currently provide static builds for ${SYSARCH} CPUs."
1670 + warning "Could not find a ${SELECTED_RELEASE_CHANNEL} static build for ${SYSARCH} CPUs. This usually means there is some networking issue preventing access to https://github.com/ from this system."
1671 return 2
1672 fi
1673