From c472a5439b41f021930b3e7d2a696c0c9959005d Mon Sep 17 00:00:00 2001 From: Daniel Kulp Date: Wed, 25 Sep 2019 12:20:55 +0000 Subject: [PATCH] Call make at install --- fpp_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fpp_install.sh b/fpp_install.sh index 5013d5c..8b7984a 100755 --- a/fpp_install.sh +++ b/fpp_install.sh @@ -8,4 +8,6 @@ if ! dpkg --get-selections | grep -cq libusb-1.0-0-dev; then sudo apt-get -q -y --reinstall install libusb-1.0-0-dev fi +make + popd