mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 11:51:36 +00:00
Install Wireguard tools (from our repository) by default
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
ce3d35546f
commit
77b55bfe80
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue