Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Nov 6, 2024
1 parent acd9eb7 commit a0c3d9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install-image-processors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit a0c3d9a

Please sign in to comment.