0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 14:35:32 +00:00

kickstart: install native pkg on RPi2+ ()

This commit is contained in:
Ilya Mashchenko 2025-03-05 14:24:58 +02:00 committed by GitHub
parent d228c6f326
commit 08ae765c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -811,6 +811,11 @@ get_system_info() {
DISTRO_COMPAT_NAME="${DISTRO}"
else
case "${DISTRO}" in
raspbian)
if [ "$SYSARCH" = "armv7l" ] || [ "$SYSARCH" = "aarch64" ]; then
DISTRO_COMPAT_NAME="debian"
fi
;;
opensuse-leap)
DISTRO_COMPAT_NAME="opensuse"
;;