1
0
Fork 0

deps libjpeg-dev

master
debian 2020-01-12 15:49:59 -07:00
parent 7322218995
commit c8cb210f99
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Set up for Debian Buster.
```
apt update
apt install -t buster-backports apache2
apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm default-libmysqlclient-dev libmariadbclient-dev
apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm default-libmysqlclient-dev libmariadbclient-dev libjpeg-dev
# Set up SSL
certbot
```