From 0f955ca5d5bd8078ec71995af380338f5816f6c3 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 7 Mar 2020 06:26:41 -0700 Subject: [PATCH] make base package dependancy --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2173c4..8d45002 100644 --- a/Makefile +++ b/Makefile @@ -94,6 +94,7 @@ aliases : bash_aliases installbase : $(BASE_PROGRAMS) gwys.txt qn.cfg ######### QnetGateway ######### + sudo /usr/bin/apt install -y libsqlite3-dev /bin/cp -f qngateway $(BINDIR) /bin/cp -f qnremote qnvoice $(BINDIR) /bin/ln -s $(shell pwd)/qn.cfg $(CFGDIR) @@ -170,7 +171,7 @@ installdtmf : qndtmf systemctl start qndtmf.service installdash : index.php - /usr/bin/apt install -y php-common php-fpm sqlite3 libsqlite3-dev php-sqlite3 + /usr/bin/apt install -y php-common php-fpm sqlite3 php-sqlite3 mkdir -p $(WWWDIR) /bin/cp -f index.php $(WWWDIR) /bin/cp -f system/qndash.service $(SYSDIR)