Skip to content

Commit

Permalink
Add exiftool to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
colagrosso authored and acabal committed Jan 10, 2024
1 parent 2eebf33 commit 65c154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 65c154a

Please sign in to comment.