Install Wireguard tools (from our repository) by default

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pecovnik 2019-09-04 22:49:48 +02:00
parent ce3d35546f
commit 77b55bfe80
No known key found for this signature in database
GPG key ID: 93D6889F9F0E78D5

View file

@ -207,6 +207,9 @@ install_common()
install_deb_chroot "${DEB_STORAGE}/${CHOSEN_KSRC}_${REVISION}_all.deb"
fi
# install wireguard tools
chroot "${SDCARD}" /bin/bash -c "apt -y -qq install wireguard-tools"
# install board support package
install_deb_chroot "${DEB_STORAGE}/$RELEASE/${CHOSEN_ROOTFS}_${REVISION}_${ARCH}.deb"