univ-pau-ics/install.sh

4 lines
74 B
Bash
Raw Normal View History

#!/bin/bash
sudo apt-get install php7.0-gd;
sudo service apache2 restart;