1
0
Fork 0
master
debian 2020-01-12 15:54:11 -07:00
parent c8cb210f99
commit f4a340f322
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 libjpeg-dev
apt install python3 virtualenvwrapper python3-pip git python3-certbot-apache npm default-libmysqlclient-dev libmariadbclient-dev libjpeg-dev sass
# Set up SSL
certbot
```