diff options
author | lolcat <will@lolcat.ca> | 2023-11-27 19:39:20 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-27 19:39:20 -0500 |
commit | e4c23493a99b399f0c03e8218ec12cd76b7abdda (patch) | |
tree | 0b23f5e3cbcf2165f128d8bebdda226ab5d3bc3c /README.md | |
parent | 2519666e1c831f85836f9ce6d975d3ceb975c09d (diff) |
added dependency in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ This section is still to-do. You will need to figure shit out for some of the ap Login as root. ```sh -apt install apache2 certbot php-imagick imagemagick php-curl curl php-apcu git libapache2-mod-php python3-certbot-apache +apt install php-mbstring apache2 certbot php-imagick imagemagick php-curl curl php-apcu git libapache2-mod-php python3-certbot-apache service apache2 start a2enmod rewrite ``` |