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 #64 from YunoHost-Apps/testing

Testing
This commit is contained in:
tituspijean 2022-07-24 18:00:11 +02:00 committed by GitHub
commit a5baa5ed03
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)