univ-pau-ics/install.sh

5 lines
128 B
Bash
Raw Normal View History

#!/bin/bash
sudo apt-get install php7.0-gd;
2017-09-14 13:54:41 +00:00
sudo service apache2 restart;
sudo apt-get install tesseract-ocr tesseract-ocr-fra;