From 3766f26c8707785b6879f0b50ecafe6c15e84e2f Mon Sep 17 00:00:00 2001 From: Tanguy Le Faucheur Date: Mon, 20 Nov 2023 14:22:10 +0100 Subject: [PATCH] apt-get instead of aptitude --- installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation.md b/installation.md index dd6bd82..8db34bf 100644 --- a/installation.md +++ b/installation.md @@ -13,7 +13,7 @@ Dependencies: Installing dependencies: ``` -sudo aptitude install php librsvg2-bin pdftk imagemagick potrace ghostscript locales +sudo apt-get install php librsvg2-bin pdftk imagemagick potrace ghostscript locales ``` Getting the source code: