mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Merge pull request #47 from YunoHost-Apps/testing
Lengthen list of linux headers package candidates
This commit is contained in:
commit
ce0605aa79
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# WireGuard was integrated in Linux kernel 5.6
|
||||
# Before that, we need Linux Headers
|
||||
if dpkg --compare-versions $(uname -r) lt 5.6; then
|
||||
pkg_headers="raspberrypi-kernel-headers|linux-headers-generic|linux-headers-virtual|linux-headers-$(uname -r)"
|
||||
pkg_headers="raspberrypi-kernel-headers|linux-headers-generic|linux-headers-virtual|linux-headers-$(uname -r)|linux-headers-${YNH_ARCH}|linux-headers-cloud-${YNH_ARCH}"
|
||||
else
|
||||
pkg_headers=""
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue