Add linux-image-arm64
This commit is contained in:
parent
bdcc9fcca6
commit
90bb87792b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user