From 1783f848d2c190363c2ebf00c25d573bba490dc4 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 10:23:23 -0700 Subject: [PATCH] Update 'scripts/pmainstall.sh' --- scripts/pmainstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pmainstall.sh b/scripts/pmainstall.sh index bc1ad12..cf98863 100644 --- a/scripts/pmainstall.sh +++ b/scripts/pmainstall.sh @@ -17,7 +17,7 @@ sudo a2enmod php8.1 sudo echo "Include /etc/phpmyadmin/apache.conf" >> /etc/apache2/apache2.conf sudo phpenmod mbstring -sudo systemtl enable apache2 +sudo systemctl enable apache2 sudo systemctl start apache2