From 65c154a607f96e604a43c05469dcd32781f97921 Mon Sep 17 00:00:00 2001 From: Mike Colagrosso Date: Tue, 9 Jan 2024 21:57:22 -0700 Subject: [PATCH] Add exiftool to dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8cc6a6e..ea69e2a0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PHP 8+ is required. ```shell # Install Apache, PHP, PHP-FPM, and various other dependencies. -sudo apt install -y git composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl php-curl php-zip apache2 apache2-utils libfcgi0ldbl task-spooler ipv6calc mariadb-server attr libapache2-mod-xsendfile +sudo apt install -y git composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl php-curl php-zip apache2 apache2-utils libfcgi0ldbl task-spooler ipv6calc mariadb-server attr libapache2-mod-xsendfile libimage-exiftool-perl # Create the site root and logs root and clone this repo into it. sudo mkdir /standardebooks.org/