From 230f805caedfc7c059259ee5741c0a2ed0d516ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 22 Jun 2015 15:19:00 +0200 Subject: [PATCH] Add libjpeg to installation script --- server_config/server_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_config/server_install.sh b/server_config/server_install.sh index 595142b..0166b7d 100644 --- a/server_config/server_install.sh +++ b/server_config/server_install.sh @@ -2,7 +2,7 @@ # APT-GET sudo apt-get update -sudo apt-get install lsb-release libfontconfig1 libfreetype6 -y --force-yes +sudo apt-get install lsb-release libfontconfig1 libfreetype6 libjpeg-dev -y --force-yes sudo apt-get install curl git python-software-properties build-essential make g++ -y --force-yes # Installation of NodeJS