1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

Merge pull request #101 from YunoHost-Apps/old-kernels

This commit is contained in:
tituspijean 2024-07-02 23:39:19 +02:00 committed by GitHub
commit 29d3338b9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,3 +61,8 @@ ram.runtime = "50M"
[resources.apt]
packages = "wireguard"
packages_from_raw_bash = """
if dpkg --compare-versions $(uname -r) lt 5.6; then
echo wireguard-dkms linux-headers-$(uname -r)
fi
"""