Update 'scripts/pmainstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 10:23:23 -07:00
parent b08de1fd6a
commit 1783f848d2
1 changed files with 1 additions and 1 deletions

View File

@ -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