Pārlūkot izejas kodu

Add libjpeg to installation script

Gaël Métais 10 gadi atpakaļ
vecāks
revīzija
230f805cae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      server_config/server_install.sh

+ 1 - 1
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