From 90bb87792b80d3fac49797a46acc26fad492965d Mon Sep 17 00:00:00 2001 From: "thorsten.spille" Date: Tue, 5 Sep 2023 13:44:40 +0200 Subject: [PATCH] Add linux-image-arm64 --- setup-nasbeery | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-nasbeery b/setup-nasbeery index a8e324d..5633a7f 100644 --- a/setup-nasbeery +++ b/setup-nasbeery @@ -111,6 +111,8 @@ if [[ $(dpkg --get-selections | grep -m1 "raspberrypi-kernel") ]]; then headers="raspberrypi-kernel-headers" elif [[ $(dpkg --get-selections | grep -m1 "linux-image-raspi") ]]; then headers="linux-headers-raspi" +elif [[ $(dpkg --get-selections | grep -m1 "linux-image-arm64") ]]; then + headers="linux-headers-arm64" elif [[ $(dpkg --get-selections | grep -E -m1 "linux-image-current-rockchip64") ]]; then headers="linux-headers-current-rockchip64" elif [[ $(dpkg --get-selections | grep -E -m1 "linux-image-edge-rockchip64") ]]; then