From a0c3d9a1059845d68b8ae1afa6a2b4308742b721 Mon Sep 17 00:00:00 2001 From: arshad Date: Wed, 6 Nov 2024 13:15:30 +0300 Subject: [PATCH] chore: update script --- scripts/install-image-processors.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install-image-processors.js b/scripts/install-image-processors.js index ef55b6d..822c6c4 100644 --- a/scripts/install-image-processors.js +++ b/scripts/install-image-processors.js @@ -86,7 +86,9 @@ async function installPackage(command, packageName) { } function showManualInstallationGuide() { - console.log('\nPlease install the required packages manually:'); + console.log( + '\nCannot install image processors automatically, please install the required packages manually:', + ); console.log('GraphicsMagick: http://www.graphicsmagick.org/download.html'); console.log('Ghostscript: https://www.ghostscript.com/download/gsdnld.html'); }