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)