From c86e4faf1f448c20f977e0a14fb2c057378f04a0 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 2 Mar 2020 12:01:08 -0700 Subject: [PATCH] forgot install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2476e28..658aeab 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ installdtmf : qndtmf systemctl start qndtmf.service installdash : index.php - /usr/bin/apt -y php-common php-fpm + /usr/bin/apt install -y php-common php-fpm mkdir -p $(WWWDIR) /bin/cp -f index.php $(WWWDIR) /bin/cp -f system/qndash.service $(SYSDIR)