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 #63 from YunoHost-Apps/fix-deps

Add dkms dependency
This commit is contained in:
tituspijean 2022-04-08 18:21:58 +02:00 committed by GitHub
commit 6960cc9532
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ else
fi
# dependencies used by the app
pkg_dependencies="$pkg_headers wireguard-dkms wireguard"
pkg_dependencies="$pkg_headers dkms wireguard-dkms wireguard"
interface=$(ip route | awk '/default/ { print $5 }' | head -n1)