bunkerweb/autoconf/dependencies.sh
2021-05-28 14:57:45 +02:00

6 lines
112 B
Bash

#!/bin/sh
# install dependencies
apk add py3-pip bash certbot curl openssl
pip3 install docker requests jinja2